prescottprue/fireadmin

View on GitHub
src/routes/Projects/components/ProjectsPage/ProjectsPage.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function ProjectsPage has 52 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function ProjectsPage() {
  const classes = useStyles()
  const match = useRouteMatch()
  const { showError, showSuccess } = useNotifications()
  const [newDialogOpen, changeNewDialogOpen] = useState(false)
Severity: Major
Found in src/routes/Projects/components/ProjectsPage/ProjectsPage.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status