fix(tui): remove shell expansion hint
This commit is contained in:
@@ -2408,9 +2408,6 @@ function Shell(props: ToolProps) {
|
|||||||
<Show when={shellID()}>
|
<Show when={shellID()}>
|
||||||
<StatusBadge>Background</StatusBadge>
|
<StatusBadge>Background</StatusBadge>
|
||||||
</Show>
|
</Show>
|
||||||
<Show when={expandable()}>
|
|
||||||
<text fg={theme.textMuted}>{expanded() ? "Click to collapse" : "Click to expand"}</text>
|
|
||||||
</Show>
|
|
||||||
</box>
|
</box>
|
||||||
</BlockTool>
|
</BlockTool>
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user