Skip to content

Commit 917044f

Browse files
committed
refactor(web): remove unnecessary comments in OnboardingFlow component
1 parent 4248916 commit 917044f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/web/src/views/Onboarding/OnboardingFlow.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,12 +202,10 @@ const _OnboardingFlow: React.FC = () => {
202202
return 0; // Start from beginning for new users
203203
};
204204

205-
// Wait for hasCompletedSignup to load before showing anything
206205
if (hasCompletedSignup === null) {
207206
return null;
208207
}
209208

210-
// For returning users (hasCompletedSignup = true), skip login steps and go directly to main onboarding
211209
if (!showOnboarding && !hasCompletedSignup) {
212210
return (
213211
<Onboarding

0 commit comments

Comments
 (0)