feat(SW-176): use currency input
This commit is contained in:
@@ -88,7 +88,8 @@ export default async function HotelCard({
|
|||||||
{intl.formatMessage({ id: "Public price from" })}
|
{intl.formatMessage({ id: "Public price from" })}
|
||||||
</Chip>
|
</Chip>
|
||||||
<Caption color="textMediumContrast">
|
<Caption color="textMediumContrast">
|
||||||
{price?.regularAmount} SEK / {intl.formatMessage({ id: "night" })}
|
{price?.regularAmount} {price?.currency} /
|
||||||
|
{intl.formatMessage({ id: "night" })}
|
||||||
</Caption>
|
</Caption>
|
||||||
<Footnote color="textMediumContrast">approx 280 eur</Footnote>
|
<Footnote color="textMediumContrast">approx 280 eur</Footnote>
|
||||||
</div>
|
</div>
|
||||||
@@ -98,7 +99,8 @@ export default async function HotelCard({
|
|||||||
{intl.formatMessage({ id: "Member price from" })}
|
{intl.formatMessage({ id: "Member price from" })}
|
||||||
</Chip>
|
</Chip>
|
||||||
<Caption color="textMediumContrast">
|
<Caption color="textMediumContrast">
|
||||||
{price?.memberAmount} SEK / {intl.formatMessage({ id: "night" })}
|
{price?.memberAmount} {price?.currency} /
|
||||||
|
{intl.formatMessage({ id: "night" })}
|
||||||
</Caption>
|
</Caption>
|
||||||
<Footnote color="textMediumContrast">approx 280 eur</Footnote>
|
<Footnote color="textMediumContrast">approx 280 eur</Footnote>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user