CASH-2380: Don't skip vehicle parts or molding questions

This commit is contained in:
credelinghuys 2026-04-06 16:44:26 -04:00
parent f820469acf
commit 8e959bfa17

View file

@ -385,7 +385,6 @@ export default {
); );
} else if ( } else if (
hasGlassLocationWithMultipleParts && hasGlassLocationWithMultipleParts &&
!skipPartQuestions &&
this.currentPageComesBeforePage(currentPage, routeData.VEHICLE_PARTS.name) this.currentPageComesBeforePage(currentPage, routeData.VEHICLE_PARTS.name)
) { ) {
// if multiple parts on any glass // if multiple parts on any glass
@ -397,7 +396,6 @@ export default {
); );
} else if ( } else if (
hasChildPartQuestions && hasChildPartQuestions &&
!skipPartQuestions &&
this.currentPageComesBeforePage(currentPage, routeData.MOLDING_QUESTIONS.name) this.currentPageComesBeforePage(currentPage, routeData.MOLDING_QUESTIONS.name)
) { ) {
// if any childpart questions // if any childpart questions