feat: harmonize log and metrics

This commit is contained in:
Michael Zetterberg
2025-04-17 07:16:11 +02:00
parent 858a81b16f
commit 5323a8e46e
58 changed files with 2324 additions and 4726 deletions

View File

@@ -39,6 +39,7 @@ export default function HotelPin({
)}
</span>
<Typography variant="Body/Paragraph/mdRegular">
{/* eslint-disable-next-line formatjs/no-literal-string-in-jsx */}
<p>{isNotAvailable ? "—" : formatPrice(intl, hotelPrice, currency)}</p>
</Typography>
</div>