add comments
This commit is contained in:
parent
6a5e7e5402
commit
0cc788a5ea
1 changed files with 2 additions and 0 deletions
|
|
@ -220,7 +220,9 @@ export const getDefaultState = () => ({
|
||||||
settledTenderAmount: null,
|
settledTenderAmount: null,
|
||||||
lockToken: null,
|
lockToken: null,
|
||||||
customerPortalLoginToken: null,
|
customerPortalLoginToken: null,
|
||||||
|
// TO DO: remove one replace/repair logic is in place
|
||||||
originalDeductible: null,
|
originalDeductible: null,
|
||||||
|
// TO DO: remove one replace/repair logic is in place
|
||||||
currentDeductible: null,
|
currentDeductible: null,
|
||||||
originalReplaceDeductible: null,
|
originalReplaceDeductible: null,
|
||||||
currentReplaceDeductible: null,
|
currentReplaceDeductible: null,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue