auth0-extensions/auth0-sso-dashboard-extension

View on GitHub
client/components/Applications/ApplicationsTable.jsx

Summary

Maintainability
A
3 hrs
Test Coverage

Function render has 81 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  render() {
    const { applications, appId } = this.props;
    const rowsTotal = Object.keys(applications).length;
    let rowIndex = 0;
    return (
Severity: Major
Found in client/components/Applications/ApplicationsTable.jsx - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status