Merge pull request #629 from Safelite/feature/removeUnusedField

removed unused field
This commit is contained in:
Mark Harris 2022-07-27 09:49:33 -04:00 committed by GitHub
commit 29b289f1c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,8 +48,7 @@ const getDefaultState = () => {
partQuestionAnswers: null,
},
lineItems: {
glassParts: null,
otherParts: null
glassParts: null
},
payment: {
isInsurance: null,