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:
Anton Gunnarsson
2026-01-26 13:38:55 +00:00
parent e215aec8bb
commit e086cd8146
3 changed files with 55 additions and 4 deletions

View File

@@ -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) {