We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe4bda8 commit 3c39972Copy full SHA for 3c39972
1 file changed
src/libs/Permissions.ts
@@ -6,7 +6,6 @@ import * as SessionUtils from './SessionUtils';
6
const isAccountIDEven = (accountID: number) => accountID % 2 === 0;
7
8
function canUseAllBetas(betas: OnyxEntry<Beta[]>): boolean {
9
- return true;
10
return !!betas?.includes(CONST.BETAS.ALL);
11
}
12
0 commit comments