diff options
author | Ashm Walia <ashmwalia@outlook.com> | 2021-01-27 08:24:43 -0800 |
---|---|---|
committer | Ashm Walia <ashmwalia@outlook.com> | 2021-01-27 08:24:43 -0800 |
commit | 85c0f668665696ba8127ee1ea436d10ec0af955f (patch) | |
tree | 9b0cf515a04fabdb30f1583ec08b8d813a09c027 /src/routes/Routes.tsx | |
parent | 755f4f540d3e759ff9ad3bc35c64b6f7fc83998b (diff) |
Pre-final
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(); } |