From 46fcd3476de3239f5c0bb0e13aae824dfbaaab3e Mon Sep 17 00:00:00 2001 From: hiteshkumar87 Date: Tue, 20 Feb 2024 19:49:20 +0530 Subject: [PATCH] Update service-location.vue Mobile fee part null handle for Insurance and mobile service flow --- src/layouts/service-location/service-location.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/service-location/service-location.vue b/src/layouts/service-location/service-location.vue index 353612d5d..76fd20c5d 100644 --- a/src/layouts/service-location/service-location.vue +++ b/src/layouts/service-location/service-location.vue @@ -469,7 +469,7 @@ export default { supportingItems[mobileFeeIndex].sellingPrice = this.mobileFeePart.sellingPrice; supportingItems[mobileFeeIndex].kitPrice = this.mobileFeePart.kitPrice; } else { - supportingItems.push(this.mobileFeePart); + if (this.mobileFeePart !== null) supportingItems.push(this.mobileFeePart); } this.dispatchStoreAction(