Uncommenting
This commit is contained in:
parent
aa5ad8cdb9
commit
b81b79740a
1 changed files with 2 additions and 2 deletions
|
|
@ -38,14 +38,14 @@
|
||||||
<span id="base-price-value">{{ getDisplayed(baseServicePrice) }}</span>
|
<span id="base-price-value">{{ getDisplayed(baseServicePrice) }}</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- <div
|
<div
|
||||||
id="cart-service"
|
id="cart-service"
|
||||||
class="d-flex justify-content-between align-items-center">
|
class="d-flex justify-content-between align-items-center">
|
||||||
<span
|
<span
|
||||||
id="service-label"
|
id="service-label"
|
||||||
class="label">{{ serviceLabel }}</span>
|
class="label">{{ serviceLabel }}</span>
|
||||||
<span id="service-value">{{ formatAmountInDollars(serviceValue) }}</span>
|
<span id="service-value">{{ formatAmountInDollars(serviceValue) }}</span>
|
||||||
</div> -->
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue