This commit is contained in:
Linus Flood
2024-11-22 13:25:57 +01:00
parent 299da82ba3
commit de22d873a1
9 changed files with 51 additions and 26 deletions

View File

@@ -9,7 +9,7 @@ import type { LangParams, PageArgs } from "@/types/params"
export default function HotelReservationPage({ params }: PageArgs<LangParams>) {
setLang(params.lang)
if (!env.SHOW_BOOKINGWIDGET_HOTELRESERVATION_PATH) {
if (!env.ENABLE_BOOKING_FLOW) {
return null
}