diff --git a/src/layouts/quote/quote.vue b/src/layouts/quote/quote.vue index 53f76c855..cbb3c26ed 100644 --- a/src/layouts/quote/quote.vue +++ b/src/layouts/quote/quote.vue @@ -338,7 +338,7 @@ export default { oemGlassPieceParts && oemGlassPieceParts.length > 0 ? oemGlassPieceParts[0].parts : null; - const isOemGlassSelected = store.getters.order.damage.installOemGlass; + const isOemGlassSelected = store.getters.order.damage.installOemGlass ?? false; let alternateGlassPartsForOem; if (oemGlassParts) alternateGlassPartsForOem = oemGlassParts;