auth0-extensions/auth0-delegated-administration-extension

View on GitHub
client/components/Users/UserOverview.jsx

Summary

Maintainability
A
2 hrs
Test Coverage

Function render has 57 lines of code (exceeds 25 allowed). Consider refactoring.
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) => {
Severity: Major
Found in client/components/Users/UserOverview.jsx - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status