Merge pull request #592 from Safelite/feature/digital/SSR-1146
Changing display of sales tax
This commit is contained in:
commit
feafc2e3ac
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue