Closed ihorLysak closed 1 month ago
We had a redundant dispatching on onboardingActons.nextQuestion() after the last question was answered. Fixed it by adding a return statement to logic that handles the answer for last onboarding question
Summary
We had a redundant dispatching on onboardingActons.nextQuestion() after the last question was answered. Fixed it by adding a return statement to logic that handles the answer for last onboarding question