Merge pull request #696 from Safelite/defect/digital/fix-getMobileTimeSlots
Fix getMobileTimeSlots
This commit is contained in:
commit
30cf8739d6
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