Skip to content

Commit 7c3f799

Browse files
committed
fix
1 parent 7053547 commit 7c3f799

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

webview-ui/src/components/chat/ChatRow.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -928,9 +928,7 @@ export const ChatRowContent = ({
928928
/>
929929
)
930930
case "condense_context":
931-
return message.contextCondense ? (
932-
<ContextCondenseRow contextCondense={message.contextCondense} />
933-
) : null
931+
return message.contextCondense ? <ContextCondenseRow {...message.contextCondense} /> : null
934932
default:
935933
return (
936934
<>

0 commit comments

Comments
 (0)