Zio Blue: revert commit e0cafb20d6
.
parent
fce6f31006
commit
ef1a25c8c4
|
@ -49,7 +49,7 @@ const ControlsContext = React.createContext<Controls>({
|
|||
export function Provider({children}: React.PropsWithChildren<{}>) {
|
||||
const activeStarterPack = useActiveStarterPack()
|
||||
const {hasSession} = useSession()
|
||||
const shouldShowStarterPack = false
|
||||
const shouldShowStarterPack = Boolean(activeStarterPack?.uri) && !hasSession
|
||||
const [state, setState] = React.useState<State>({
|
||||
showLoggedOut: shouldShowStarterPack,
|
||||
requestedAccountSwitchTo: shouldShowStarterPack
|
||||
|
|
Loading…
Reference in New Issue