Merge pull request #3003 from Safelite/feature/CASH-2025

CASH-2025: remove if insurance selected
This commit is contained in:
CarlNation 2026-01-12 15:35:16 -05:00 committed by GitHub
commit ef07dfdd8a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -88,7 +88,7 @@
<oemGlassQuestion
cmsWidgetName="OemGlassQuestionWidget"
v-if="offerOem"
v-if="offerOem && !isInsuranceSelected"
v-model="isOemGlassSelected" />
<saveProgressModalQuestion