ignore: fix debug var in last commit
This commit is contained in:
parent
ae1bf92c81
commit
509f7d9617
1 changed files with 1 additions and 1 deletions
|
|
@ -251,7 +251,7 @@ export function Sidebar(props: { sessionID: string }) {
|
|||
</scrollbox>
|
||||
|
||||
<box flexShrink={0} gap={1} paddingTop={1}>
|
||||
<Show when={!false && !gettingStartedDismissed()}>
|
||||
<Show when={!hasProviders() && !gettingStartedDismissed()}>
|
||||
<box
|
||||
backgroundColor={theme.backgroundElement}
|
||||
paddingTop={1}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue