diff --git a/src/layouts/quote/quote.vue b/src/layouts/quote/quote.vue index 096620d65..53f76c855 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.isOemGlassSelected; + const isOemGlassSelected = store.getters.order.damage.installOemGlass; let alternateGlassPartsForOem; if (oemGlassParts) alternateGlassPartsForOem = oemGlassParts;