EscolaLMS/Front

View on GitHub
src/components/Packages/List/PackagesContainer/Items/index.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function PackagesContainerItems has 41 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const PackagesContainerItems = () => {
  const { params, setParams, packages } = useContext(PackagesContext);
  const packagesLoading = packages?.loading;
  const packagesMeta = packages?.list?.meta;
  const theme = useTheme();
Severity: Minor
Found in src/components/Packages/List/PackagesContainer/Items/index.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status