static_src/components/users.jsx
Function stateSetter
has 49 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function stateSetter() {
const currentOrgGuid = OrgStore.currentOrgGuid;
const currentSpaceGuid = SpaceStore.currentSpaceGuid;
const currentType = UserStore.currentlyViewedType;
const currentUser = UserStore.currentUser;
Function render
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
render() {
let removeHandler;
if (this.isOrganization) {
removeHandler = this.handleRemoveUser;