Fix getMobileTimeSlots
This commit is contained in:
parent
6595f6dc14
commit
79d22db200
1 changed files with 1 additions and 1 deletions
|
|
@ -857,7 +857,7 @@ export const useMainStore = defineStore({
|
|||
let lineItems = [
|
||||
...(order.lineItems.supportingItems ?? []),
|
||||
...(order.lineItems.vaps ?? []),
|
||||
...(order.lineItems.glassParts)
|
||||
...(order.lineItems.glassParts ?? [])
|
||||
];
|
||||
lineItems = getLineItemsFlattened(lineItems);
|
||||
lineItems = lineItems.map((lineItem) => ({
|
||||
|
|
|
|||
Loading…
Reference in a new issue