Skip to content

Commit

Permalink
Fix Eslint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dasuni-30 committed Jan 6, 2025
1 parent 6942715 commit 29c682a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/admin.users.v1/components/edit-user.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export const EditUser: FunctionComponent<EditUserPropsInterface> = (
const [ adminUsername, setAdminUsername ] = useState<string|null>(null);
const [ isUserManagedByParentOrg, setIsUserManagedByParentOrg ] = useState<boolean>(false);
const [ isUserProfileReadOnly, setIsUserProfileReadOnly ] = useState<boolean>(false);

const userRolesDisabledFeatures: string[] = useSelector((state: AppState) => {
return state.config.ui.features?.users?.disabledFeatures;
});
Expand Down

0 comments on commit 29c682a

Please sign in to comment.