aboutsummaryrefslogtreecommitdiff
path: root/src/routes/Routes.tsx
diff options
context:
space:
mode:
authorShravya Ramesh <shravs1208@gmail.com>2021-02-19 11:31:48 -0800
committerShravya Ramesh <shravs1208@gmail.com>2021-02-19 11:31:48 -0800
commit7695e36491fdd076cd4f388c7258f3bf52cf0a10 (patch)
tree1c6fbc54160c8e0ce4d341230da1abbb12934169 /src/routes/Routes.tsx
parent2bb7b351a0e509beb9e6d87364471599af402db2 (diff)
fixed
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 1cbc9bc5..bf137445 100644
--- a/src/routes/Routes.tsx
+++ b/src/routes/Routes.tsx
@@ -39,7 +39,7 @@ const Routes: React.FC = () => {
});
if (!userId) {
- userLogin(dispatch, {userId: '', username: ''});
+ // userLogin(dispatch, {userId: '', username: ''});
} else {
SplashScreen.hide();
}