Fixes to onboarding

This commit is contained in:
Paul Frazee
2022-11-10 17:19:45 -06:00
parent 4fa74c0d38
commit 5664ecbd0c
3 changed files with 6 additions and 1 deletions
+1
View File
@@ -55,6 +55,7 @@ export class OnboardModel {
i++
if (i >= OnboardStageOrder.length) {
this.isOnboarding = false
this.stage = OnboardStageOrder[0] // in case they make a new account
} else {
this.stage = OnboardStageOrder[i]
}