CASH-2380: Don't skip vehicle parts or molding questions
This commit is contained in:
parent
f820469acf
commit
8e959bfa17
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue