aboutsummaryrefslogtreecommitdiff
path: root/src/routes/Routes.tsx
diff options
context:
space:
mode:
authorAshm Walia <ashmwalia@outlook.com>2021-01-27 08:29:56 -0800
committerAshm Walia <ashmwalia@outlook.com>2021-01-27 08:29:56 -0800
commit2f5f9df6dec1e905f3abf37d124ecd92d0e3a3d9 (patch)
tree0b34914b1af54c66031808c52da65395b7905fff /src/routes/Routes.tsx
parent85c0f668665696ba8127ee1ea436d10ec0af955f (diff)
Pre-final
Diffstat (limited to 'src/routes/Routes.tsx')
-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();
}