Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ccatherinetan committed Dec 3, 2024
1 parent 00b7e8e commit ea75ce4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/onboarding/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ export default function OnboardingFlow() {
};

return !userId ? (
// TODO: implement an actual loading screen (spinner?)
<>Loading</>
) : (
<div>
Expand Down

0 comments on commit ea75ce4

Please sign in to comment.