Redesign offer result card layout
All checks were successful
Build Docker Image / build (push) Successful in 4m53s
All checks were successful
Build Docker Image / build (push) Successful in 4m53s
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
:location-name="offer.locationName"
|
||||
:product-name="offer.title || undefined"
|
||||
:price-per-unit="offer.pricePerUnit ? Number(offer.pricePerUnit) : null"
|
||||
:quantity="offer.quantity"
|
||||
:currency="offer.currency"
|
||||
:unit="offer.unit"
|
||||
:stages="[]"
|
||||
@@ -56,6 +57,7 @@ interface Offer {
|
||||
status?: string | null
|
||||
validUntil?: string | null
|
||||
lines?: (OfferLine | null)[] | null
|
||||
quantity?: number | string | null
|
||||
pricePerUnit?: number | string | null
|
||||
currency?: string | null
|
||||
unit?: string | null
|
||||
|
||||
Reference in New Issue
Block a user