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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user