Merge pull request #1526 from Safelite/feature/CSR-1689-ajc
CSR-1689: restore removed recycle label on cart
This commit is contained in:
commit
911189f985
1 changed files with 3 additions and 0 deletions
|
|
@ -53,6 +53,9 @@
|
|||
:text="recycleFeeCartItem.name"
|
||||
href="#!"
|
||||
@click-event="openModal(recyclingModalCmsWidgetName)" />
|
||||
<span v-else-if="cartItem == recycleFeeCartItem">
|
||||
{{ recycleFeeCartItem.name }}
|
||||
</span>
|
||||
<span>{{ getFormattedAmount(cartItem.category, cartItem.subTotal) }}</span>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue