diff --git a/webview-ui/src/components/chat/ChatRow.tsx b/webview-ui/src/components/chat/ChatRow.tsx index d46880a..249e0a5 100644 --- a/webview-ui/src/components/chat/ChatRow.tsx +++ b/webview-ui/src/components/chat/ChatRow.tsx @@ -381,7 +381,8 @@ const ChatRowContent = ({ message, isExpanded, onToggleExpand, lastModifiedMessa ) case "inspectSite": - const isInspecting = lastModifiedMessage?.say === "inspect_site_result" && !lastModifiedMessage?.images + const isInspecting = + isLast && lastModifiedMessage?.say === "inspect_site_result" && !lastModifiedMessage?.images return ( <>