diff --git a/components/ContentType/HotelPage/SidePeeks/WellnessAndExercise/index.tsx b/components/ContentType/HotelPage/SidePeeks/WellnessAndExercise/index.tsx index 6d690a643..50cac7c9a 100644 --- a/components/ContentType/HotelPage/SidePeeks/WellnessAndExercise/index.tsx +++ b/components/ContentType/HotelPage/SidePeeks/WellnessAndExercise/index.tsx @@ -1,4 +1,5 @@ import { wellnessAndExercise } from "@/constants/routes/hotelPageParams" +import { wellnessSubPage } from "@/constants/routes/hotelSubpages" import Button from "@/components/TempDesignSystem/Button" import Link from "@/components/TempDesignSystem/Link" @@ -14,7 +15,7 @@ import type { WellnessAndExerciseSidePeekProps } from "@/types/components/hotelP export default async function WellnessAndExerciseSidePeek({ healthFacilities, - wellnessExerciseButton, + wellnessExerciseButton = false, spaPage, }: WellnessAndExerciseSidePeekProps) { const intl = await getIntl() @@ -42,9 +43,10 @@ export default async function WellnessAndExerciseSidePeek({ {wellnessExerciseButton && (