From 5bf467dfffe388af0c5399a2c212aefcb04919d2 Mon Sep 17 00:00:00 2001 From: CarlNation Date: Wed, 15 Oct 2025 13:37:57 -0400 Subject: [PATCH] CASH-1637 CASH-1637 dupe deductible field --- src/store/index.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/store/index.js b/src/store/index.js index cf2326d53..991391e38 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -1609,7 +1609,6 @@ export const actions = { vehicleStyle, hasVin, cashOrInsuranceAccountType, - currentDeductible, damageType, productType, eon, @@ -1656,7 +1655,6 @@ export const actions = { hasVin: hasVin, cashOrInsuranceAccountType: cashOrInsuranceAccountType, isVerified: isVerified, - currentDeductible: currentDeductible, damageType: damageType, productType: productType, eon: eon,