igor-starostenko/report_factory-web

View on GitHub
src/components/scenarios_list.jsx

Summary

Maintainability
A
2 hrs
Test Coverage

Function ScenariosList has 65 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  function ScenariosList(props) {
    const [scenarios, setScenarios] = useState([]);
    const [page, setPage] = useState(1);
    const [perPage, setPerPage] = useState(10);
    const [total, setTotal] = useState(0);
Severity: Major
Found in src/components/scenarios_list.jsx - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status