diff --git a/app/[lang]/(live)/(public)/hotelreservation/select-hotel/page.tsx b/app/[lang]/(live)/(public)/hotelreservation/select-hotel/page.tsx index 33f736487..cb823d655 100644 --- a/app/[lang]/(live)/(public)/hotelreservation/select-hotel/page.tsx +++ b/app/[lang]/(live)/(public)/hotelreservation/select-hotel/page.tsx @@ -29,33 +29,31 @@ export default async function SelectHotelPage({ const tempSearchTerm = "Stockholm" return ( - <> -
-
- - - {formatMessage({ id: "Show map" })} - - - -
-
- {hotels.map((hotel) => ( - - ))} -
-
- +
+
+ + + {formatMessage({ id: "Show map" })} + + + +
+
+ {hotels.map((hotel) => ( + + ))} +
+
) }