aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAshm Walia <ashmwalia@outlook.com>2021-01-22 08:53:13 -0800
committerAshm Walia <ashmwalia@outlook.com>2021-01-22 08:53:13 -0800
commit5eb8df5ac525a0aef0ab2ee210c4b046d8777022 (patch)
tree4f6f08b889e20144d0ef5a362f3812568421e6f9 /src
parent7807901dd8b3e805967b66618faedca1d522d164 (diff)
small fix
Diffstat (limited to 'src')
-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 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();
}