Skip to content

Commit

Permalink
Remove leftover
Browse files Browse the repository at this point in the history
  • Loading branch information
IanRamosC committed Oct 25, 2024
1 parent 3502981 commit b488882
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@ const WelcomeFlow: FC< Props > = ( { children } ) => {
return null;
}

if ( ! recommendedModules && isJetpackUserNew() ) {
return 'evaluation-processing';
}
// Otherwise, it means user is either new or just repeats the recommendation
return 'evaluation';
}
Expand Down

0 comments on commit b488882

Please sign in to comment.