Skip to content

Commit

Permalink
Merge branch 'main' into experimental-broadcast
Browse files Browse the repository at this point in the history
  • Loading branch information
sshanzel authored Feb 6, 2025
2 parents eaa2229 + a2936f5 commit 8f3b79e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shared/src/hooks/auth/useOnboarding.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const useOnboarding = (): UseOnboarding => {

return {
shouldShowAuthBanner,
isOnboardingReady: isAuthReady && (isActionsFetched || !user),
isOnboardingReady: isActionsFetched && isAuthReady,
hasCompletedEditTags,
hasCompletedContentTypes,
completeStep: (action: ActionType) => completeAction(action),
Expand Down

0 comments on commit 8f3b79e

Please sign in to comment.