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 [];
|
||||||
}
|
}
|
||||||
return [
|
return [
|
||||||
...this.lineItems.glassParts ?? [],
|
...(this.lineItems.glassParts ?? []),
|
||||||
...this.lineItems.supportingItems ?? [],
|
...(this.lineItems.supportingItems ?? []),
|
||||||
...this.availableVaps ?? [],
|
...(this.availableVaps ?? []),
|
||||||
];
|
];
|
||||||
},
|
},
|
||||||
cartItems: {
|
cartItems: {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue