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

View on GitHub
src/components/landingpage/LandingPage.jsx

Summary

Maintainability
A
1 hr
Test Coverage

Function LandingPage has 56 lines of code (exceeds 50 allowed). Consider refactoring.
Open

function LandingPage() {
  const classes = useStyles();
  const actions = useContext(ActionsContext);
  const numberOfGrants = useSelector((state) => state.grants.grants.length);
  const { currentUser, isLoading } = useSelector((state) => state.user);
Severity: Major
Found in src/components/landingpage/LandingPage.jsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status