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,
|
intl,
|
||||||
ancillary.price.total,
|
ancillary.price.total,
|
||||||
ancillary.price.currency
|
ancillary.price.currency
|
||||||
)} ${ancillary.price.text}`}
|
)} ${ancillary.price.text ?? ""}`}
|
||||||
</Body>
|
</Body>
|
||||||
|
|
||||||
{ancillary.points && (
|
{ancillary.points && (
|
||||||
|
|||||||
Reference in New Issue
Block a user