Skip to content

Commit 7604e27

Browse files
committed
👌 mark comment on routes.jsx as TODO
1 parent 597cb9b commit 7604e27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/routes.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const checkAuth = (store) => {
2222
store.dispatch(getUser());
2323
};
2424

25-
// This short-circuit seems unnecessary - using the mobile <Switch /> navigator (future) should prevent this from being called
25+
// TODO: This short-circuit seems unnecessary - using the mobile <Switch /> navigator (future) should prevent this from being called
2626
const onRouteChange = (store) => {
2727
const path = window.location.pathname;
2828
if (path.includes('/mobile')) return;

0 commit comments

Comments
 (0)