jefer94/choco

View on GitHub
services/algorithm/src/containers/ProjectsContainer.tsx

Summary

Maintainability
A
3 hrs
Test Coverage

Function LoadingScreen has 50 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function LoadingScreen(): ReactElement {
  const classes = useStyles()
  return (
    <>
      <div className={classes.project}>
Severity: Minor
Found in services/algorithm/src/containers/ProjectsContainer.tsx - About 2 hrs to fix

    Function ProjectsContainer has 29 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    export default function ProjectsContainer(): ReactElement {
      const classes = useStyles()
      const { data = [], error, loading } = useFetchProjects()
      console.info(loading, data, error)
    
    
    Severity: Minor
    Found in services/algorithm/src/containers/ProjectsContainer.tsx - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status