Merge pull request #3133 from Safelite/feature/CASH-2380

CASH-2380: Don't skip vehicle parts or molding questions
This commit is contained in:
Chris 2026-04-06 16:54:57 -04:00 committed by GitHub
commit 292b626267
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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