From 7604e27c4014ff99302b77718e861a4ad8e3c16a Mon Sep 17 00:00:00 2001 From: ghalestrilo Date: Mon, 29 Jun 2020 14:30:34 -0300 Subject: [PATCH] :ok_hand: mark comment on routes.jsx as TODO --- client/routes.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/routes.jsx b/client/routes.jsx index 43c1918d..3a6a4b77 100644 --- a/client/routes.jsx +++ b/client/routes.jsx @@ -22,7 +22,7 @@ const checkAuth = (store) => { store.dispatch(getUser()); }; -// This short-circuit seems unnecessary - using the mobile navigator (future) should prevent this from being called +// TODO: This short-circuit seems unnecessary - using the mobile navigator (future) should prevent this from being called const onRouteChange = (store) => { const path = window.location.pathname; if (path.includes('/mobile')) return;