Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit 509f7d9

Browse files
committed
ignore: fix debug var in last commit
1 parent ae1bf92 commit 509f7d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/opencode/src/cli/cmd/tui/routes/session

packages/opencode/src/cli/cmd/tui/routes/session/sidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ export function Sidebar(props: { sessionID: string }) {
251251
</scrollbox>
252252

253253
<box flexShrink={0} gap={1} paddingTop={1}>
254-
<Show when={!false && !gettingStartedDismissed()}>
254+
<Show when={!hasProviders() && !gettingStartedDismissed()}>
255255
<box
256256
backgroundColor={theme.backgroundElement}
257257
paddingTop={1}

0 commit comments

Comments
 (0)