diff options
author | Ashm Walia <ashmwalia@outlook.com> | 2021-01-21 14:45:25 -0800 |
---|---|---|
committer | Ashm Walia <ashmwalia@outlook.com> | 2021-01-21 14:46:19 -0800 |
commit | 2da3a183e49ef0a99d9f5d0420ed99db82a6204d (patch) | |
tree | 277bdffd5ce16ee6abde33b2dd2dcc2b095f4f36 /src/routes/Routes.tsx | |
parent | 30a7a34f8c5eb379de4e5ebe38cfeeb259f3f1e3 (diff) |
done
Diffstat (limited to 'src/routes/Routes.tsx')
-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 a14f1576..536c7d04 100644 --- a/src/routes/Routes.tsx +++ b/src/routes/Routes.tsx @@ -33,7 +33,7 @@ const Routes: React.FC = () => { }); if (!userId) { - userLogin(dispatch, {userId: '', username: ''}); + // userLogin(dispatch, {userId: '', username: ''}); } else { SplashScreen.hide(); } |