fix: SW-981 Fixed distance to center value

This commit is contained in:
Hrishikesh Vaipurkar
2024-11-22 15:02:35 +01:00
parent 44acab4462
commit bd6fd62d5c
5 changed files with 5 additions and 5 deletions

View File

@@ -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>