mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-06 08:18:39 +00:00
fix
This commit is contained in:
parent
cc3382606a
commit
66d9e99223
1 changed files with 1 additions and 3 deletions
|
|
@ -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 (
|
||||
<>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue