Skip to content

Commit

Permalink
Revert "fix: onboarding anon user fetching actions (#4150)" (#4152)
Browse files Browse the repository at this point in the history
This reverts commit f35bdc3.
  • Loading branch information
sshanzel authored Feb 5, 2025
1 parent f35bdc3 commit a2936f5
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 a2936f5

Please sign in to comment.