diff options
Diffstat (limited to 'src/routes')
| -rw-r--r-- | src/routes/Routes.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/routes/Routes.tsx b/src/routes/Routes.tsx index cb45ead6..38a987f7 100644 --- a/src/routes/Routes.tsx +++ b/src/routes/Routes.tsx @@ -30,7 +30,7 @@ const Routes: React.FC = () => { } else { SplashScreen.hide(); } - }, [userId, userLogin]); + }, [dispatch, userId]); return userId ? <NavigationBar /> : <Onboarding />; }; |
