CASH-2025: update location in store
This commit is contained in:
parent
1fbdf2c08f
commit
cacba10818
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue