Merged in chore/update-ancillary-imageurl-typing (pull request #2182)

chore: update ancillary imageurl typing to reflect that the image url may be undefined

Approved-by: Niclas Edenvin
This commit is contained in:
Christian Andolf
2025-05-21 12:48:27 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
export interface AncillaryCardProps {
ancillary: {
title: string
imageUrl: string
imageUrl?: string
imageOpacity?: number
price: {
total: number