Skip to content

Commit

Permalink
Fix career -> challenges page (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
moonysolari authored Jan 29, 2023
1 parent e314818 commit 1d1e359
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions components/menuData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -217,11 +217,10 @@ menuDataRouter.get("/Hub", (req: RequestWithJwt, res) => {
}

for (const child in locations.children) {
// continue

if (
child === "LOCATION_ICA_FACILITY_ARRIVAL" ||
child === "LOCATION_HOKKAIDO_SHIM_MAMUSHI"
child === "LOCATION_HOKKAIDO_SHIM_MAMUSHI" ||
child.search("SNUG_") > 0
) {
continue
}
Expand Down

0 comments on commit 1d1e359

Please sign in to comment.