aboutsummaryrefslogtreecommitdiff
path: root/src/routes/Routes.tsx
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-02-20 10:31:14 -0500
committerIvan Chen <ivan@tagg.id>2021-02-20 10:31:14 -0500
commit064437a278cf368038c79816319e076d477397e4 (patch)
tree7dba285f4944b1a5d138071f850927ab7a90b4ee /src/routes/Routes.tsx
parent7695e36491fdd076cd4f388c7258f3bf52cf0a10 (diff)
fixed issues
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 bf137445..1cbc9bc5 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();
}