aboutsummaryrefslogtreecommitdiff
path: root/src/routes/Routes.tsx
diff options
context:
space:
mode:
authorAshm Walia <ashmwalia@outlook.com>2021-01-15 16:20:29 -0800
committerAshm Walia <ashmwalia@outlook.com>2021-01-15 16:20:29 -0800
commited91266981e1662b512baa1856d8c921a8718e68 (patch)
tree10d61d494885f01427973fb430b3e2d1d47ce3c1 /src/routes/Routes.tsx
parentdf6595694c678657fec30d881fb1edcd39b62f17 (diff)
fixes
Diffstat (limited to 'src/routes/Routes.tsx')
-rw-r--r--src/routes/Routes.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/routes/Routes.tsx b/src/routes/Routes.tsx
index c64abcfc..38a987f7 100644
--- a/src/routes/Routes.tsx
+++ b/src/routes/Routes.tsx
@@ -26,7 +26,7 @@ const Routes: React.FC = () => {
*/
useEffect(() => {
if (!userId) {
- // userLogin(dispatch, {userId: '', username: ''});
+ userLogin(dispatch, {userId: '', username: ''});
} else {
SplashScreen.hide();
}