Formatting
This commit is contained in:
parent
bb5b200d30
commit
a9260c8525
1 changed files with 1 additions and 1 deletions
|
|
@ -405,7 +405,7 @@ export default {
|
||||||
if (this.lineItems.supportingItems) {
|
if (this.lineItems.supportingItems) {
|
||||||
supportingItemsToAdd = this.lineItems.supportingItems.filter(
|
supportingItemsToAdd = this.lineItems.supportingItems.filter(
|
||||||
(item) => item.partType !== partTypeStrings.DONATION
|
(item) => item.partType !== partTypeStrings.DONATION
|
||||||
)
|
);
|
||||||
}
|
}
|
||||||
return [
|
return [
|
||||||
...(this.lineItems.glassParts ?? []),
|
...(this.lineItems.glassParts ?? []),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue