feat(sw-697): removed ?
This commit is contained in:
@@ -150,8 +150,8 @@ export default function Summary({
|
|||||||
{intl.formatMessage(
|
{intl.formatMessage(
|
||||||
{ id: "{amount} {currency}" },
|
{ id: "{amount} {currency}" },
|
||||||
{
|
{
|
||||||
amount: chosenBreakfast.localPrice?.price,
|
amount: chosenBreakfast.localPrice.price,
|
||||||
currency: chosenBreakfast.localPrice?.currency,
|
currency: chosenBreakfast.localPrice.currency,
|
||||||
}
|
}
|
||||||
)}
|
)}
|
||||||
</Caption>
|
</Caption>
|
||||||
|
|||||||
Reference in New Issue
Block a user