From 89ba15c5384f4a2cb675491e536d3c7a0903dd95 Mon Sep 17 00:00:00 2001 From: Chloe Herd Date: Wed, 21 Jun 2023 10:35:58 -0400 Subject: [PATCH] Formatting. --- src/store/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/store/index.js b/src/store/index.js index 4d959170b..4b3272eac 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -711,7 +711,7 @@ export const actions = { // Dependency Actions resetDamageAndDependencies(context) { context.commit(storeMutations.RESET_DAMAGE_STATE); - + context.dispatch(storeActions.RESET_PARTS_STATE_AND_DEPENDENCIES); context.commit(storeMutations.UPDATE_VAPS, null); @@ -719,7 +719,7 @@ export const actions = { resetRegistrationAndDependencies(context) { context.commit(storeMutations.RESET_REGISTRATION_STATE); - + context.dispatch(storeActions.RESET_PARTS_STATE_AND_DEPENDENCIES); },