client/components/Users/UserOverview.jsx
Function render
has 57 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
render() {
const { loading, sortProperty, sortOrder, error, settings } = this.props;
const languageDictionary = this.props.languageDictionary || {};
const labels = languageDictionary.labels || {};
const searchOptions = this.searchOptions.map((option) => {