Merge pull request #3133 from Safelite/feature/CASH-2380
CASH-2380: Don't skip vehicle parts or molding questions
This commit is contained in:
commit
292b626267
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