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:
@@ -1,7 +1,7 @@
|
||||
export interface AncillaryCardProps {
|
||||
ancillary: {
|
||||
title: string
|
||||
imageUrl: string
|
||||
imageUrl?: string
|
||||
imageOpacity?: number
|
||||
price: {
|
||||
total: number
|
||||
|
||||
Reference in New Issue
Block a user