From 783b717f4ebdf49dd8be8fa7301617e05397ddf0 Mon Sep 17 00:00:00 2001 From: Mark Harris Date: Wed, 27 Jul 2022 09:42:43 -0400 Subject: [PATCH] removed unused field --- src/store/index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/store/index.js b/src/store/index.js index f3e3cf96a..44dfccfcc 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -48,8 +48,7 @@ const getDefaultState = () => { partQuestionAnswers: null, }, lineItems: { - glassParts: null, - otherParts: null + glassParts: null }, payment: { isInsurance: null,