diff --git a/app/[lang]/(live)/(public)/hotelreservation/(standard)/select-hotel/@modal/(.)map/page.tsx b/app/[lang]/(live)/(public)/hotelreservation/(standard)/select-hotel/@modal/(.)map/page.tsx index ea19ffda1..2579fd597 100644 --- a/app/[lang]/(live)/(public)/hotelreservation/(standard)/select-hotel/@modal/(.)map/page.tsx +++ b/app/[lang]/(live)/(public)/hotelreservation/(standard)/select-hotel/@modal/(.)map/page.tsx @@ -21,10 +21,6 @@ export default async function SelectHotelMapPage({ params, searchParams, }: PageArgs) { - if (env.HIDE_FOR_NEXT_RELEASE) { - return notFound() - } - setLang(params.lang) const locations = await getLocations()