Keep completed self-serve wash step visible
This commit is contained in:
@@ -519,9 +519,11 @@ const hasConfirmedCurrentQuestionReview = computed(
|
||||
|
||||
const shouldReturnToQuestionsForReview = computed(
|
||||
() =>
|
||||
!isCompletingWash.value &&
|
||||
!washInProgress.value &&
|
||||
visibleQuestions.value.length > 0 &&
|
||||
currentStep.value > steps.QUESTIONS &&
|
||||
currentStep.value < steps.COMPLETED &&
|
||||
!hasConfirmedCurrentQuestionReview.value
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user