Merge pull request #3003 from Safelite/feature/CASH-2025
CASH-2025: remove if insurance selected
This commit is contained in:
commit
ef07dfdd8a
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@
|
||||||
|
|
||||||
<oemGlassQuestion
|
<oemGlassQuestion
|
||||||
cmsWidgetName="OemGlassQuestionWidget"
|
cmsWidgetName="OemGlassQuestionWidget"
|
||||||
v-if="offerOem"
|
v-if="offerOem && !isInsuranceSelected"
|
||||||
v-model="isOemGlassSelected" />
|
v-model="isOemGlassSelected" />
|
||||||
|
|
||||||
<saveProgressModalQuestion
|
<saveProgressModalQuestion
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue