Update quote.vue
This commit is contained in:
parent
abe2ff5d36
commit
69b62d17cb
1 changed files with 1 additions and 1 deletions
|
|
@ -188,7 +188,7 @@ export default {
|
||||||
pricingResults,
|
pricingResults,
|
||||||
"quote"
|
"quote"
|
||||||
);
|
);
|
||||||
|
lineItems.glassParts = nullSafeGlassParts;
|
||||||
lineItems.promos = lineItems.promos ?? [];
|
lineItems.promos = lineItems.promos ?? [];
|
||||||
lineItems.vaps = lineItems.vaps ?? [];
|
lineItems.vaps = lineItems.vaps ?? [];
|
||||||
// End of promo logic
|
// End of promo logic
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue