Skip to content

Commit 0ca371e

Browse files
committed
Initial load
1 parent 2907cfa commit 0ca371e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/Main.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,8 @@ const Main = () => {
185185
: routeMap[r.path],
186186
}));
187187
setAllRoutes(routeList);
188+
} else {
189+
setAllRoutes(defaultRoutes);
188190
}
189191
return null;
190192
})

0 commit comments

Comments
 (0)