fix: hide booking widget

This commit is contained in:
Christel Westerberg
2024-08-22 11:39:52 +02:00
parent fb3bf0d482
commit 151fff22d9

View File

@@ -28,7 +28,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