diff --git a/app/[lang]/(live)/(public)/hotelreservation/(standard)/layout.tsx b/app/[lang]/(live)/(public)/hotelreservation/(standard)/layout.tsx index a8aeefed1..b846b3ec8 100644 --- a/app/[lang]/(live)/(public)/hotelreservation/(standard)/layout.tsx +++ b/app/[lang]/(live)/(public)/hotelreservation/(standard)/layout.tsx @@ -12,10 +12,7 @@ export default function HotelReservationLayout({ }: React.PropsWithChildren> & { sidePeek: React.ReactNode }) { - if ( - !env.ENABLE_BOOKING_FLOW && - !env.ENABLE_BOOKING_WIDGET_HOTELRESERVATION_PATH - ) { + if (!env.ENABLE_BOOKING_FLOW) { return notFound() } return (