diff --git a/webview-ui/src/components/chat/ChatRow.tsx b/webview-ui/src/components/chat/ChatRow.tsx index 32b61be08d..b1f07f42ea 100644 --- a/webview-ui/src/components/chat/ChatRow.tsx +++ b/webview-ui/src/components/chat/ChatRow.tsx @@ -1099,8 +1099,8 @@ export const ChatRowContent = ({ }}> {t("chat:error")}} expanded={isErrorExpanded} onToggle={() => setIsErrorExpanded(!isErrorExpanded)}