Skip to content

Commit c9555bc

Browse files
Update tools/composer/src/app/theater/page.tsx
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 3c95d80 commit c9555bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/composer/src/app/theater/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ export default function TheaterPage() {
390390
<span className="text-[10px] text-muted-foreground font-mono">{selectedScenario}</span>
391391
</div>
392392
<div className="p-4 bg-dot-pattern">
393-
{activeMessages.length > 0 && surfaceState.components.length > 0 ? (
393+
{surfaceState.components.length > 0 ? (
394394
<div className="w-full flex items-start justify-center">
395395
<A2UIViewer
396396
root={surfaceState.root}

0 commit comments

Comments
 (0)