Merge pull request #1925 from Safelite/feature/Digital/CSR-2087
CSR-2087
This commit is contained in:
commit
05b03243b1
1 changed files with 1 additions and 1 deletions
|
|
@ -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") {
|
||||
|
|
|
|||
Loading…
Reference in a new issue