Skip to content

Commit

Permalink
Revert "[native] Temporary changes for staff release"
Browse files Browse the repository at this point in the history
This reverts commit e4b007b.
  • Loading branch information
atulsmadhugiri committed Jul 12, 2023
1 parent 06e0b5a commit aaf816d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native/utils/staff-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { isStaff } from 'lib/shared/staff-utils.js';

import { useSelector } from '../redux/redux-utils.js';

const isStaffRelease = true;
const isStaffRelease = false;

function useIsCurrentUserStaff(): boolean {
const isCurrentUserStaff = useSelector(state =>
Expand Down

0 comments on commit aaf816d

Please sign in to comment.