Merge pull request #629 from Safelite/feature/removeUnusedField
removed unused field
This commit is contained in:
commit
29b289f1c5
1 changed files with 1 additions and 2 deletions
|
|
@ -48,8 +48,7 @@ const getDefaultState = () => {
|
|||
partQuestionAnswers: null,
|
||||
},
|
||||
lineItems: {
|
||||
glassParts: null,
|
||||
otherParts: null
|
||||
glassParts: null
|
||||
},
|
||||
payment: {
|
||||
isInsurance: null,
|
||||
|
|
|
|||
Loading…
Reference in a new issue