Lambda-School-Labs/startup-grant-database-fe

View on GitHub
src/components/grants/GrantContainer.jsx

Summary

Maintainability
A
1 hr
Test Coverage

Function GrantContainer has 72 lines of code (exceeds 50 allowed). Consider refactoring.
Open

function GrantContainer(props) {
  const { isAuthenticated } = useAuth0();
  const grants = useSelector((state) => state.filters.grants);
  const { pristine } = useSelector((state) => state.filters);
  const allGrants = useSelector((state) => state.grants.grants);
Severity: Major
Found in src/components/grants/GrantContainer.jsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status