Merged in fix/SW-2884-select-hotel-page-users-are-di (pull request #2438)
fix: SW-2884 Fixed Alternative hotels map navigation issues * fix: SW-2884 Fixed Alternative hotels map navigation issues * fix: SW-2884 Optmized code Approved-by: Arvid Norlin
This commit is contained in:
@@ -15,6 +15,7 @@ export default function SelectHotelMap({
|
||||
cityCoordinates,
|
||||
bookingCode,
|
||||
isBookingCodeRateAvailable,
|
||||
isAlternativeHotels,
|
||||
}: SelectHotelMapProps) {
|
||||
return (
|
||||
<APIProvider apiKey={apiKey}>
|
||||
@@ -26,6 +27,7 @@ export default function SelectHotelMap({
|
||||
filterList={filterList}
|
||||
bookingCode={bookingCode}
|
||||
isBookingCodeRateAvailable={isBookingCodeRateAvailable}
|
||||
isAlternativeHotels={isAlternativeHotels}
|
||||
/>
|
||||
</APIProvider>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user