fix: hero layout when no-workspace

This commit is contained in:
imccyu
2026-07-30 15:25:50 +08:00
parent 6ea1238714
commit 4c33ca8bec
@@ -178,7 +178,7 @@ export function ConversationRoot({
'conversation.session',
{ wrapActiveBody },
)}
{sessionId === undefined ? composerSeat : null}
{sessionId === undefined ? wrapActiveBody(null) : null}
</div>
)
}