Skip to content

Commit

Permalink
Initial load
Browse files Browse the repository at this point in the history
  • Loading branch information
manhtai committed Sep 2, 2021
1 parent 2907cfa commit 0ca371e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,8 @@ const Main = () => {
: routeMap[r.path],
}));
setAllRoutes(routeList);
} else {
setAllRoutes(defaultRoutes);
}
return null;
})
Expand Down

0 comments on commit 0ca371e

Please sign in to comment.