Changing display of sales tax

This commit is contained in:
Michaela Brydon 2024-03-19 11:02:25 -04:00
parent 46054940ba
commit 96e3f39bea

View file

@ -66,7 +66,7 @@
id="cart-sales-tax"
class="pt-1 col d-flex justify-content-between">
<span id="sales-tax-label">{{ salesTaxLabel }}</span>
<span id="sales-tax-value">{{ getDisplayed(salesTax) }}</span>
<span id="sales-tax-value">{{ formatAmountInDollars(salesTax) }}</span>
</div>
</div>
<div