fix(SW-1168) Fixed comments for map
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user