CASH-2025: cursor suggestion
This commit is contained in:
parent
a5fcc3d394
commit
48616d1fca
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.damage.installOemGlass;
|
||||
const isOemGlassSelected = store.getters.order.damage.installOemGlass ?? false;
|
||||
|
||||
let alternateGlassPartsForOem;
|
||||
if (oemGlassParts) alternateGlassPartsForOem = oemGlassParts;
|
||||
|
|
|
|||
Loading…
Reference in a new issue