ignore: fix debug var in last commit
parent
70a8efc843
commit
c7b5831a0f
|
|
@ -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…
Reference in New Issue