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;