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