Update quote.vue

This commit is contained in:
Sneha 2024-02-13 12:35:24 +05:30
parent abe2ff5d36
commit 69b62d17cb

View file

@ -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