From 3318d31ec884ca75670af08e15fc78cfbf93cc08 Mon Sep 17 00:00:00 2001 From: Linus Flood Date: Thu, 28 Nov 2024 09:09:44 +0100 Subject: [PATCH] Fixed map page --- .../(standard)/select-hotel/@modal/(.)map/page.tsx | 4 ---- 1 file changed, 4 deletions(-) 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()