diff options
author | Ashm Walia <ashmwalia@outlook.com> | 2021-02-02 10:50:29 -0800 |
---|---|---|
committer | Ashm Walia <ashmwalia@outlook.com> | 2021-02-02 10:50:29 -0800 |
commit | 5357ee82b635596aff3ce02bf07b61882fb42f49 (patch) | |
tree | b4c855569cd089e51cda82195f7bf6e0989cee0b /src | |
parent | 324bd5430e68f9e1c4ae93246b0d7950047bd00f (diff) |
Done
Diffstat (limited to 'src')
-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 536c7d04..a14f1576 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(); } |