Skip to content

Commit

Permalink
Quickly enable it for everyone
Browse files Browse the repository at this point in the history
  • Loading branch information
escapemanuele committed Dec 11, 2024
1 parent f85d691 commit a4fd3cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/help-center/src/components/utils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export const matchSupportInteractionId = (
};

export const isUseHelpCenterExperienceEnabled = ( userId: number ): boolean => {
if ( ! userId || userId % 100 > 75 ) {
if ( ! userId ) {
return false;
}
return true;
Expand Down

0 comments on commit a4fd3cc

Please sign in to comment.