Uncommenting

This commit is contained in:
Michaela Brydon 2024-03-10 23:48:51 -04:00
parent aa5ad8cdb9
commit b81b79740a

View file

@ -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>