aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores/UserStore.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/stores/UserStore.js')
-rw-r--r--src/stores/UserStore.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stores/UserStore.js b/src/stores/UserStore.js
index 63311065a..1cb2ecac3 100644
--- a/src/stores/UserStore.js
+++ b/src/stores/UserStore.js
@@ -231,7 +231,7 @@ export default class UserStore extends Store {
231 && currentRoute.includes(this.BASE_ROUTE) 231 && currentRoute.includes(this.BASE_ROUTE)
232 && (this.hasCompletedSignup 232 && (this.hasCompletedSignup
233 || this.hasCompletedSignup === null)) { 233 || this.hasCompletedSignup === null)) {
234 // this.stores.router.push('/'); 234 this.stores.router.push('/');
235 } 235 }
236 }; 236 };
237 237