Merged in fix/breakfast-card (pull request #1352)
fix: showing "undefined" if ancillary.price.text was undefined * fix: showing "undefined" if ancillary.price.text was undefined Approved-by: Tobias Johansson
This commit is contained in:
@@ -38,7 +38,7 @@ export function AncillaryCard({ ancillary }: AncillaryCardProps) {
|
||||
intl,
|
||||
ancillary.price.total,
|
||||
ancillary.price.currency
|
||||
)} ${ancillary.price.text}`}
|
||||
)} ${ancillary.price.text ?? ""}`}
|
||||
</Body>
|
||||
|
||||
{ancillary.points && (
|
||||
|
||||
Reference in New Issue
Block a user