We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 597cb9b commit 7604e27Copy full SHA for 7604e27
client/routes.jsx
@@ -22,7 +22,7 @@ const checkAuth = (store) => {
22
store.dispatch(getUser());
23
};
24
25
-// This short-circuit seems unnecessary - using the mobile <Switch /> navigator (future) should prevent this from being called
+// TODO: This short-circuit seems unnecessary - using the mobile <Switch /> navigator (future) should prevent this from being called
26
const onRouteChange = (store) => {
27
const path = window.location.pathname;
28
if (path.includes('/mobile')) return;
0 commit comments