eventoL/eventoL

View on GitHub
eventol/front/src/components/TitleList/index.jsx

Summary

Maintainability
A
1 hr
Test Coverage
A
100%

Function TitleList has 37 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const TitleList = props => {
  const [data, setData] = useState({results: []});
  const [mounted, setMounted] = useState(false);
  const {title, id, showEmpty, url} = props;

Severity: Minor
Found in eventol/front/src/components/TitleList/index.jsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status