Zio Blue: remove "starter pack" screen on logged out

zio/stable
Ducky 2024-09-03 19:00:42 +01:00
parent d449fc1ced
commit e0cafb20d6
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ const ControlsContext = React.createContext<Controls>({
export function Provider({children}: React.PropsWithChildren<{}>) {
const activeStarterPack = useActiveStarterPack()
const {hasSession} = useSession()
const shouldShowStarterPack = Boolean(activeStarterPack?.uri) && !hasSession
const shouldShowStarterPack = false
const [state, setState] = React.useState<State>({
showLoggedOut: shouldShowStarterPack,
requestedAccountSwitchTo: shouldShowStarterPack