Skip to content

Commit

Permalink
show to 100% of users with iphone (#2141)
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyshull authored Aug 8, 2024
1 parent 5e90399 commit 705af73
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,7 @@ const ScheduleModalContent = ({
const { id: routeId } = route;

const isBetaTestCandidate = (): boolean => {
const isIPhone = /iPhone/.test(navigator.userAgent);
const isRandom = Math.random() <= 0.3;

return isIPhone && isRandom;
return /iPhone/.test(navigator.userAgent);
};

const serviceToday = services.some(service =>
Expand Down

0 comments on commit 705af73

Please sign in to comment.