From c197093632e6049563e064f453df54681057c500 Mon Sep 17 00:00:00 2001 From: hiteshkumar87 Date: Mon, 29 Jul 2024 18:55:28 +0530 Subject: [PATCH] CSR-2087 Service package --- src/router/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/router/index.js b/src/router/index.js index d86c84353..9508a0eba 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -154,7 +154,7 @@ const routes = [ store.commit(storeMutations.UPDATE_LEAD_GEN_IS_INSURANCE, true); store.commit( storeMutations.UPDATE_LEAD_GEN_SERVICE_PACKAGE, - leadGenServicePackage + leadGenServicePackage?.toLowerCase() ); } if (leadGenDamage.toUpperCase() != "WINDSHIELDREPAIR") {