fix(tui): remove shell expansion hint

This commit is contained in:
Dax Raad 2026-07-15 15:43:33 -04:00
commit b95a5dc259

View file

@ -2408,9 +2408,6 @@ function Shell(props: ToolProps) {
<Show when={shellID()}>
<StatusBadge>Background</StatusBadge>
</Show>
<Show when={expandable()}>
<text fg={theme.textMuted}>{expanded() ? "Click to collapse" : "Click to expand"}</text>
</Show>
</box>
</BlockTool>
)