Lambda-School-Labs/kansha-fe

View on GitHub
src/components/AdminDashboard/reports/LeadershipBoard.jsx

Summary

Maintainability
A
1 hr
Test Coverage

Function LeadershipBoard has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function LeadershipBoard(props) {
    const [rank, setRank] = useState([]);
    const [count, setCount] = useState(0);
    const [limit, setLimit] = useState(5);

Severity: Minor
Found in src/components/AdminDashboard/reports/LeadershipBoard.jsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status