Keep completed self-serve wash step visible

This commit is contained in:
Jeppe B
2026-05-30 19:44:52 +02:00
parent 931c31c7be
commit ef780e5542
@@ -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
);