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