From 66d9e99223d53c1e12863f67a1ce6a35169ffe65 Mon Sep 17 00:00:00 2001 From: Canyon Robins Date: Mon, 19 May 2025 19:21:19 -0700 Subject: [PATCH] fix --- webview-ui/src/components/chat/ChatRow.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 ( <>