CSR-2364 recycling in cart missing amount
CSR-2364 recycling in cart missing amount
This commit is contained in:
parent
a5dc5a567f
commit
21166330d5
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@
|
||||||
</span>
|
</span>
|
||||||
<span
|
<span
|
||||||
v-if="
|
v-if="
|
||||||
!showCoverageAsVerified ||
|
!showCoverageAsVerified || cartItem.name === 'Recycling' ||
|
||||||
(showCoverageAsVerified && !cartItem.isCoveredByInsurance)
|
(showCoverageAsVerified && !cartItem.isCoveredByInsurance)
|
||||||
"
|
"
|
||||||
>{{
|
>{{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue