fix(i18n): prepare for Lokalise
This commit is contained in:
@@ -100,7 +100,7 @@ function HotelListingMapContent({ hotelPins }: HotelListingMapContentProps) {
|
||||
{/* TODO: Handle when no price is available */}
|
||||
{hotelPrice
|
||||
? formatPrice(intl, hotelPrice, pin.currency)
|
||||
: "N/A"}
|
||||
: intl.formatMessage({ id: "N/A" })}
|
||||
</span>
|
||||
</Body>
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user