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