Made available line items return empty glass part, supporting items and available vaps arrays to prevent errors
This commit is contained in:
parent
da31a2c1df
commit
80adf99f63
1 changed files with 3 additions and 3 deletions
|
|
@ -177,9 +177,9 @@ export default {
|
|||
return [];
|
||||
}
|
||||
return [
|
||||
...this.lineItems.glassParts,
|
||||
...this.lineItems.supportingItems,
|
||||
...this.availableVaps,
|
||||
...this.lineItems.glassParts ?? [],
|
||||
...this.lineItems.supportingItems ?? [],
|
||||
...this.availableVaps ?? [],
|
||||
];
|
||||
},
|
||||
cartItems: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue