Merged in fix/sw-3702-interactive-map-points-currency (pull request #3480)
fix(SW-3702): Show correct point currencies in interactive map * Show correct point currencies in interactive map Approved-by: Matilda Haneling
This commit is contained in:
@@ -91,7 +91,7 @@ export function SelectHotelMapContent({
|
||||
(state) => state.activeCodeFilter
|
||||
)
|
||||
|
||||
const hotelPins = getHotelPins(hotels)
|
||||
const hotelPins = getHotelPins(hotels, intl)
|
||||
|
||||
const coordinates = useMemo(() => {
|
||||
if (hotelMapStore.activeHotel) {
|
||||
|
||||
Reference in New Issue
Block a user