nit comment
This commit is contained in:
@@ -55,7 +55,9 @@ export function HomeScreen(props: Props) {
|
|||||||
setShowLoggedOut(true)
|
setShowLoggedOut(true)
|
||||||
requestSwitchToAccount({requestedAccount: 'starterpack'})
|
requestSwitchToAccount({requestedAccount: 'starterpack'})
|
||||||
}
|
}
|
||||||
} catch {}
|
} catch {
|
||||||
|
// Don't need to handle anything here, just put the user on the home screen
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}, [
|
}, [
|
||||||
setShowLoggedOut,
|
setShowLoggedOut,
|
||||||
|
|||||||
Reference in New Issue
Block a user