CSR-1559 prettier

This commit is contained in:
CarlNation 2023-08-30 08:43:14 -04:00
parent 39436c533d
commit 2f5d348bba

View file

@ -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) {