From 076f2af50107b313fea9c870e848a662518c002c Mon Sep 17 00:00:00 2001 From: Mark Harris Date: Wed, 26 Jan 2022 08:49:46 -0500 Subject: [PATCH] Removed not-yet-used fields (many of which our out-of-sync with confluence) --- src/store/index.js | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/src/store/index.js b/src/store/index.js index f3937726a..ad4a9f388 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -19,42 +19,16 @@ export default createStore({ make: null, model: null, style: null, - vin: null, - licensePlate: null, carId: null, category: null, - evoxImageId: null, - hasSplitWindshieldOption: null, - hasBackglassSliderOption: null, - registration: { - rawAddress: null, - zipCode: null, - firstName: null, - lastName: null, - licensePlate: null, - }, damage: { isRepair: null, - isReplacement: null, numberOfChips: null, glassToReplace: null, - problemGlassQuestionAnswers: null, - problemMoldingQuestionAnswers: null, - problemPropertyQuestionAnswers: null, }, - lineItems: null, - customer: { - emailAddress: null, - }, - payment: { - isInsurance: null, - isCash: null, - }, - referralSeqNum: null, }, }, applicationUser: { - experiments: null, eventBus: [] }, },