From bae8770fb850ac4bb1d41848c9576829913fc423 Mon Sep 17 00:00:00 2001 From: CarlNation Date: Tue, 13 Jan 2026 16:06:07 -0500 Subject: [PATCH] prettier prettier --- src/layouts/part-questions/part-questions.vue | 6 +----- src/layouts/vehicle-parts/vehicle-parts.vue | 6 +----- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/src/layouts/part-questions/part-questions.vue b/src/layouts/part-questions/part-questions.vue index c3fbee941..958a38095 100644 --- a/src/layouts/part-questions/part-questions.vue +++ b/src/layouts/part-questions/part-questions.vue @@ -188,11 +188,7 @@ export default { } }); - this.dispatchStoreAction( - this.storeActions.SAVE_IS_OEM_GLASS_SELECTED, - false, - false - ); + this.dispatchStoreAction(this.storeActions.SAVE_IS_OEM_GLASS_SELECTED, false, false); // save to vuex store as order.damage.partQuestionAnswers (array) // used in GET_PARTS call following this one diff --git a/src/layouts/vehicle-parts/vehicle-parts.vue b/src/layouts/vehicle-parts/vehicle-parts.vue index 6965635b7..55fc1852c 100644 --- a/src/layouts/vehicle-parts/vehicle-parts.vue +++ b/src/layouts/vehicle-parts/vehicle-parts.vue @@ -198,11 +198,7 @@ export default { false ); - this.dispatchStoreAction( - this.storeActions.SAVE_IS_OEM_GLASS_SELECTED, - false, - false - ); + this.dispatchStoreAction(this.storeActions.SAVE_IS_OEM_GLASS_SELECTED, false, false); // Navigate to the next page this.navigateForward(matchedParts);