feat: SW-1583 City search Map view redemption
This commit is contained in:
@@ -58,7 +58,8 @@ function HotelListingMapContent({ hotelPins }: HotelListingMapContentProps) {
|
||||
{hotelPins.map((pin) => {
|
||||
const isActiveOrHovered =
|
||||
activeHotelPin === pin.name || hoveredHotelPin === pin.name
|
||||
const hotelPrice = pin.memberPrice ?? pin.publicPrice
|
||||
const hotelPrice =
|
||||
pin.memberPrice ?? pin.publicPrice ?? pin.redemptionPrice
|
||||
return (
|
||||
<AdvancedMarker
|
||||
key={pin.name}
|
||||
|
||||
Reference in New Issue
Block a user