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

@@ -8,7 +8,7 @@ import { PageArgs } from "@/types/params"
export default async function BookingWidgetPage({
searchParams,
}: PageArgs<{}, URLSearchParams>) {
if (env.HIDE_FOR_NEXT_RELEASE) {
if (!env.ENABLE_BOOKING_WIDGET_HOTELRESERVATION_PATH) {
return null
}