Skip to content

Commit

Permalink
Help Center Support Experience: Up to 75% (#97228)
Browse files Browse the repository at this point in the history
Co-authored-by: Omar Alshaker <[email protected]>
  • Loading branch information
escapemanuele and alshakero authored Dec 9, 2024
1 parent b209dc6 commit a3203d2
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 @@ -125,7 +125,7 @@ export const matchSupportInteractionId = (
};

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

0 comments on commit a3203d2

Please sign in to comment.