diff --git a/apps/mobile/src/utils/isFeatureEnabled.tsx b/apps/mobile/src/utils/isFeatureEnabled.tsx index efbe88d4d..1d46d2362 100644 --- a/apps/mobile/src/utils/isFeatureEnabled.tsx +++ b/apps/mobile/src/utils/isFeatureEnabled.tsx @@ -20,13 +20,13 @@ const ROLE_FLAGS: Record> = { 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, }, };