diff --git a/components/menuData.ts b/components/menuData.ts index c8551b892..aff5085b1 100644 --- a/components/menuData.ts +++ b/components/menuData.ts @@ -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 }