diff --git a/components/ContentType/HotelPage/index.tsx b/components/ContentType/HotelPage/index.tsx index abc3b9713..ca1203381 100644 --- a/components/ContentType/HotelPage/index.tsx +++ b/components/ContentType/HotelPage/index.tsx @@ -32,7 +32,7 @@ export default async function HotelPage() { activitiesCard, } = hotelData - MOCK_FACILITIES.push(setActivityCard(activitiesCard)) + activitiesCard && MOCK_FACILITIES.push(setActivityCard(activitiesCard)) return (