e1-bsd/omni-common-ui

View on GitHub
src/components/Form/Select/index.jsx

Summary

Maintainability
A
1 hr
Test Coverage

Function Select has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const Select = (props) => {
  const arrowRenderer = () =>
    <span className={styles.Select_icon}>
      <Icon id="chevron-small-down" />
    </span>;
Severity: Minor
Found in src/components/Form/Select/index.jsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status