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

@@ -28,7 +28,7 @@ export default function HotelCardDialogListing({
defaultMessage: "Points",
})
: undefined
const hotelsPinData = getHotelPins(hotels, currencyValue)
const hotelsPinData = getHotelPins(hotels, intl, currencyValue)
const activeCardRef = useRef<HTMLDivElement | null>(null)
const observerRef = useRef<IntersectionObserver | null>(null)
const dialogRef = useRef<HTMLDivElement>(null)