diff --git a/components/ContentType/HotelPage/index.tsx b/components/ContentType/HotelPage/index.tsx index ecc9b1de9..9137dfca9 100644 --- a/components/ContentType/HotelPage/index.tsx +++ b/components/ContentType/HotelPage/index.tsx @@ -32,8 +32,8 @@ export default async function HotelPage() { activitiesCard, } = hotelData - const facilitites = [...MOCK_FACILITIES] - activitiesCard && facilitites.push(setActivityCard(activitiesCard)) + const facilities = [...MOCK_FACILITIES] + activitiesCard && facilities.push(setActivityCard(activitiesCard)) return (
@@ -53,7 +53,7 @@ export default async function HotelPage() {
- +