18F/cg-dashboard

View on GitHub
static_src/components/complex_list.jsx

Summary

Maintainability
A
1 hr
Test Coverage

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

  render() {
    const emptyMessage = this.props.emptyMessage && (
      <div className="complex_list-empty">{this.props.emptyMessage}</div>
    );
    let header;
Severity: Minor
Found in static_src/components/complex_list.jsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status