Skip to content

Commit

Permalink
restrict ff
Browse files Browse the repository at this point in the history
  • Loading branch information
jakzaizzat committed Apr 19, 2024
1 parent edd9cea commit d4a019d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/mobile/src/utils/isFeatureEnabled.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ const ROLE_FLAGS: Record<Role, Record<FeatureFlag, boolean>> = {
GALLERY_EDITOR: true,
},
BETA_TESTER: {
GALLERY_EDITOR: true,
GALLERY_EDITOR: false,
},
EARLY_ACCESS: {
GALLERY_EDITOR: true,
GALLERY_EDITOR: false,
},
EMAIL_TESTER: {
GALLERY_EDITOR: true,
GALLERY_EDITOR: false,
},
};

Expand Down

0 comments on commit d4a019d

Please sign in to comment.