fix(SW-1168) Fixed comments for map

This commit is contained in:
Pontus Dreij
2024-12-12 20:30:41 +01:00
parent e05372f4d8
commit e1bc7c25e0
4 changed files with 23 additions and 14 deletions

View File

@@ -2,7 +2,7 @@
import { APIProvider } from "@vis.gl/react-google-maps"
import SelectHotelContent from "./SelectHotelMapContent"
import SelectHotelMapContent from "./SelectHotelMapContent"
import type { SelectHotelMapProps } from "@/types/components/hotelReservation/selectHotel/map"
@@ -16,7 +16,7 @@ export default function SelectHotelMap({
}: SelectHotelMapProps) {
return (
<APIProvider apiKey={apiKey}>
<SelectHotelContent
<SelectHotelMapContent
hotelPins={hotelPins}
cityCoordinates={cityCoordinates}
mapId={mapId}