airbnb/caravel

View on GitHub
superset-frontend/src/explore/components/controls/CollectionControl/index.jsx

Summary

Maintainability
A
1 hr
Test Coverage

Function renderList has 49 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  renderList() {
    if (this.props.value.length === 0) {
      return <div className="text-muted">{this.props.placeholder}</div>;
    }
    const Control = controlMap[this.props.controlName];

    There are no issues that match your filters.

    Category
    Status