Merge pull request #2343 from Safelite/Feature/Digital/CASH-323
CASH-323
This commit is contained in:
commit
64e373228f
2 changed files with 1 additions and 11 deletions
|
|
@ -128,7 +128,6 @@
|
|||
{{ insuranceCompanyName }}
|
||||
</div>
|
||||
<promoModalQuestion
|
||||
v-if="showPromoModalQuestion"
|
||||
ref="promoModalQuestion"
|
||||
class="small mt-4"
|
||||
v-model="lineItems"
|
||||
|
|
@ -201,11 +200,6 @@ export default {
|
|||
isItac: Boolean,
|
||||
isNoComp: Boolean,
|
||||
isExpandedOnLoad: Boolean,
|
||||
showPromoModalQuestion: {
|
||||
default: true,
|
||||
type: Boolean,
|
||||
required: false,
|
||||
},
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
|
|
|
|||
|
|
@ -62,8 +62,7 @@
|
|||
:shouldHideRecalibration="shouldHideRecalibration"
|
||||
:isExpandedOnLoad="false"
|
||||
:isItac="isItac"
|
||||
:isNoComp="isNoComp"
|
||||
:showPromoModalQuestion="ShowPromoModalQuestion" />
|
||||
:isNoComp="isNoComp" />
|
||||
|
||||
<div class="mt-3" v-if="DisplayFosterLove">
|
||||
<donationBlock
|
||||
|
|
@ -249,9 +248,6 @@ export default {
|
|||
"true"
|
||||
);
|
||||
},
|
||||
ShowPromoModalQuestion() {
|
||||
return false;
|
||||
},
|
||||
isRecalibrationOnOrder() {
|
||||
return containsRecalParts(this?.lineItems);
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue