mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-10 22:41:14 +00:00
fix
This commit is contained in:
parent
70535471c6
commit
7c3f799a7e
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