diff --git a/src/view/screens/Home.tsx b/src/view/screens/Home.tsx index bfcf7405e4..48a33a092c 100644 --- a/src/view/screens/Home.tsx +++ b/src/view/screens/Home.tsx @@ -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,