nit comment

This commit is contained in:
Hailey
2024-06-17 16:37:40 -07:00
parent 3697c72f8c
commit ecd882ab7d
+3 -1
View File
@@ -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,