We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7053547 commit 7c3f799Copy full SHA for 7c3f799
webview-ui/src/components/chat/ChatRow.tsx
@@ -928,9 +928,7 @@ export const ChatRowContent = ({
928
/>
929
)
930
case "condense_context":
931
- return message.contextCondense ? (
932
- <ContextCondenseRow contextCondense={message.contextCondense} />
933
- ) : null
+ return message.contextCondense ? <ContextCondenseRow {...message.contextCondense} /> : null
934
default:
935
return (
936
<>
0 commit comments