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") {