Add price to route card on offer page
Some checks failed
Build Docker Image / build (push) Failing after 1m46s

This commit is contained in:
Ruslan Bakiev
2026-01-21 09:28:43 +07:00
parent 5617b8b916
commit 253ad024f6

View File

@@ -80,6 +80,9 @@
v-else-if="routeData"
:location-name="sourceLocation?.name"
:product-name="product?.name"
:price-per-unit="offerData?.pricePerUnit"
:currency="offerData?.currency"
:unit="offerData?.unit"
:stages="routeStages"
:start-name="sourceLocation?.name"
:end-name="hub?.name"