From 2f5d348bbac58ab4091a5351ef602edf62c01202 Mon Sep 17 00:00:00 2001 From: CarlNation Date: Wed, 30 Aug 2023 08:43:14 -0400 Subject: [PATCH] CSR-1559 prettier --- src/store/index.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/store/index.js b/src/store/index.js index 4a3282e1f..cc8dc0b39 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -1673,9 +1673,7 @@ export const actions = { { isSelectedGlassAvailableForVehicle, vehicleInfo, registrationInfo } ) { //Reset dependent state when changing - if ( - vehicleInfo.vin !== context.state.order.vehicle.vin - ) { + if (vehicleInfo.vin !== context.state.order.vehicle.vin) { context.dispatch(storeActions.RESET_REGISTRATION_STATE_AND_DEPENDENCIES); if (!isSelectedGlassAvailableForVehicle) {