diff options
author | Ashm Walia <ashmwalia@outlook.com> | 2021-01-22 08:53:13 -0800 |
---|---|---|
committer | Ashm Walia <ashmwalia@outlook.com> | 2021-01-22 08:53:13 -0800 |
commit | 5eb8df5ac525a0aef0ab2ee210c4b046d8777022 (patch) | |
tree | 4f6f08b889e20144d0ef5a362f3812568421e6f9 /src | |
parent | 7807901dd8b3e805967b66618faedca1d522d164 (diff) |
small fix
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(); } |