Skip to content

Commit

Permalink
Remove condition for experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
IanRamosC committed Oct 29, 2024
1 parent 23e3de4 commit a804365
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ const WelcomeFlow: FC< Props > = ( {
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 a804365

Please sign in to comment.