diff --git a/webview-ui/src/components/chat/ChatRow.tsx b/webview-ui/src/components/chat/ChatRow.tsx index 4a11d20378..883282418e 100644 --- a/webview-ui/src/components/chat/ChatRow.tsx +++ b/webview-ui/src/components/chat/ChatRow.tsx @@ -928,9 +928,7 @@ export const ChatRowContent = ({ /> ) case "condense_context": - return message.contextCondense ? ( - - ) : null + return message.contextCondense ? : null default: return ( <>