sombreroEnPuntas/review-feed

View on GitHub
src/components/FiltersForm/index.tsx

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

Showing 0 of 1 total issue

Function FiltersForm has 67 lines of code (exceeds 50 allowed). Consider refactoring.
Invalid

const FiltersForm = () => {
const { filter, reset, themes, themeFilters } = useFilters()
 
const [visible, setVisible] = useState(false)
const [selection, setSelection] = useState(themeFilters)
Severity: Major
Found in src/components/FiltersForm/index.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status