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:
@@ -31,6 +31,7 @@
|
||||
:location-name="offer.locationName || offer.locationCountry"
|
||||
:product-name="offer.productName"
|
||||
:price-per-unit="offer.pricePerUnit ? Number(offer.pricePerUnit) : null"
|
||||
:quantity="offer.quantity"
|
||||
:currency="offer.currency"
|
||||
:unit="offer.unit"
|
||||
:stages="[]"
|
||||
|
||||
Reference in New Issue
Block a user