fix: SW-981 Fixed distance to center value
This commit is contained in:
@@ -47,7 +47,7 @@ export default async function HotelHeader({
|
||||
<Caption color="textMediumContrast">
|
||||
{intl.formatMessage(
|
||||
{ id: "Distance in km to city centre" },
|
||||
{ number: hotel.location.distanceToCentre }
|
||||
{ number: hotel.location.distanceToCentre / 1000 }
|
||||
)}
|
||||
</Caption>
|
||||
</address>
|
||||
|
||||
Reference in New Issue
Block a user