From 8e959bfa17253d32c7c44a0996e873df6950c2d7 Mon Sep 17 00:00:00 2001 From: credelinghuys Date: Mon, 6 Apr 2026 16:44:26 -0400 Subject: [PATCH] CASH-2380: Don't skip vehicle parts or molding questions --- src/mixins/vehicle-questions-mixin.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mixins/vehicle-questions-mixin.js b/src/mixins/vehicle-questions-mixin.js index 88a5133cb..2f64df7b0 100644 --- a/src/mixins/vehicle-questions-mixin.js +++ b/src/mixins/vehicle-questions-mixin.js @@ -385,7 +385,6 @@ export default { ); } else if ( hasGlassLocationWithMultipleParts && - !skipPartQuestions && this.currentPageComesBeforePage(currentPage, routeData.VEHICLE_PARTS.name) ) { // if multiple parts on any glass @@ -397,7 +396,6 @@ export default { ); } else if ( hasChildPartQuestions && - !skipPartQuestions && this.currentPageComesBeforePage(currentPage, routeData.MOLDING_QUESTIONS.name) ) { // if any childpart questions