SW-65 Hide booking widget for development

This commit is contained in:
Hrishikesh Vaipurkar
2024-07-29 15:13:29 +02:00
parent 2afab6a33d
commit 6a26949faa
3 changed files with 2 additions and 3 deletions
-1
View File
@@ -5,7 +5,6 @@ import { FormProvider, useForm } from "react-hook-form"
import { updateBookingWidget } from "@/actions/updateBookingWidget"
import { SearchWidget } from "../SearchWidget"
import Button from "../TempDesignSystem/Button"
import { type BookingWidgetSchema, bookingWidgetSchema } from "./schema"
+1 -1
View File
@@ -29,7 +29,7 @@ export default async function Header({
/**
* ToDo: Create logic to get this info from ContentStack based on page
* */
const hideBookingWidget = false
const hideBookingWidget = true
if (!data) {
return null