Prettified
This commit is contained in:
parent
80adf99f63
commit
e3887f931e
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