feat(sw-697): removed ?
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user