diff --git a/Passepartout/App/Views/ProfileView.swift b/Passepartout/App/Views/ProfileView.swift index 004e7d85..1d50c2e0 100644 --- a/Passepartout/App/Views/ProfileView.swift +++ b/Passepartout/App/Views/ProfileView.swift @@ -62,7 +62,7 @@ struct ProfileView: View { var body: some View { debugChanges() return Group { - if isExisting { + if isLoading || isExisting { mainView } else { WelcomeView()