feat(sw-697): removed ?

This commit is contained in:
Pontus Dreij
2024-11-04 16:38:22 +01:00
parent b4a015b47a
commit 9ab0789795

View File

@@ -150,8 +150,8 @@ export default function Summary({
{intl.formatMessage(
{ id: "{amount} {currency}" },
{
amount: chosenBreakfast.localPrice?.price,
currency: chosenBreakfast.localPrice?.currency,
amount: chosenBreakfast.localPrice.price,
currency: chosenBreakfast.localPrice.currency,
}
)}
</Caption>