From a0a1b0be78a0f8f1c6e5930b0ff53df3f845a509 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matilda=20Landstr=C3=B6m?= Date: Tue, 10 Sep 2024 16:09:52 +0200 Subject: [PATCH] fix(SW-303): typo --- components/ContentType/HotelPage/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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() {
- +