From 0cc788a5ea35f2d48b7f5b595056bfc0c2d9fae8 Mon Sep 17 00:00:00 2001 From: Katie Kroell Date: Thu, 29 Jan 2026 08:41:19 -0500 Subject: [PATCH] add comments --- src/store/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/store/index.js b/src/store/index.js index c84f84b7..94811d8d 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -220,7 +220,9 @@ export const getDefaultState = () => ({ settledTenderAmount: null, lockToken: null, customerPortalLoginToken: null, + // TO DO: remove one replace/repair logic is in place originalDeductible: null, + // TO DO: remove one replace/repair logic is in place currentDeductible: null, originalReplaceDeductible: null, currentReplaceDeductible: null,