fix(tui): remove shell expansion hint
This commit is contained in:
parent
3fdd12fa81
commit
b95a5dc259
1 changed files with 0 additions and 3 deletions
|
|
@ -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>
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue