Skip to content

Commit

Permalink
revert hard code
Browse files Browse the repository at this point in the history
  • Loading branch information
nkdengineer committed Apr 18, 2024
1 parent 5dcc872 commit 60f2822
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libs/Permissions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import type {IOUType} from '@src/CONST';
import type Beta from '@src/types/onyx/Beta';

function canUseAllBetas(betas: OnyxEntry<Beta[]>): boolean {
return true;
return !!betas?.includes(CONST.BETAS.ALL);
}

Expand Down

0 comments on commit 60f2822

Please sign in to comment.