From 05cd62e339d81d4e7d8dd5b0b0aafd7b2ffe9499 Mon Sep 17 00:00:00 2001 From: Pontus Dreij Date: Mon, 9 Dec 2024 11:29:13 +0100 Subject: [PATCH] fix(SW-1111) moved MapContainer --- .../hotelreservation/(standard)/select-hotel/map/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/[lang]/(live)/(public)/hotelreservation/(standard)/select-hotel/map/page.tsx b/app/[lang]/(live)/(public)/hotelreservation/(standard)/select-hotel/map/page.tsx index bdb47df57..9345d24b9 100644 --- a/app/[lang]/(live)/(public)/hotelreservation/(standard)/select-hotel/map/page.tsx +++ b/app/[lang]/(live)/(public)/hotelreservation/(standard)/select-hotel/map/page.tsx @@ -43,16 +43,16 @@ export default async function SelectHotelMapPage({ return (
- }> - + + }> - - + +
) }