Merge pull request #592 from Safelite/feature/digital/SSR-1146

Changing display of sales tax
This commit is contained in:
michaela-brydon-safelite 2024-03-19 11:06:17 -04:00 committed by GitHub
commit feafc2e3ac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -89,7 +89,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