This commit is contained in:
Canyon Robins 2025-05-19 19:21:19 -07:00 committed by hannesrudolph
parent cc3382606a
commit 66d9e99223

View file

@ -928,9 +928,7 @@ export const ChatRowContent = ({
/>
)
case "condense_context":
return message.contextCondense ? (
<ContextCondenseRow contextCondense={message.contextCondense} />
) : null
return message.contextCondense ? <ContextCondenseRow {...message.contextCondense} /> : null
default:
return (
<>