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) {
|
||||
supportingItemsToAdd = this.lineItems.supportingItems.filter(
|
||||
(item) => item.partType !== partTypeStrings.DONATION
|
||||
)
|
||||
);
|
||||
}
|
||||
return [
|
||||
...(this.lineItems.glassParts ?? []),
|
||||
|
|
|
|||
Loading…
Reference in a new issue