From 69b62d17cb637a8177a2cec97b0887fc37edae60 Mon Sep 17 00:00:00 2001 From: Sneha Date: Tue, 13 Feb 2024 12:35:24 +0530 Subject: [PATCH] Update quote.vue --- src/layouts/quote/quote.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/quote/quote.vue b/src/layouts/quote/quote.vue index 8c15b29ee..19fc39074 100644 --- a/src/layouts/quote/quote.vue +++ b/src/layouts/quote/quote.vue @@ -188,7 +188,7 @@ export default { pricingResults, "quote" ); - + lineItems.glassParts = nullSafeGlassParts; lineItems.promos = lineItems.promos ?? []; lineItems.vaps = lineItems.vaps ?? []; // End of promo logic