best-doctor/ke

View on GitHub
src/ListView/components/Table/TableFiltersBlock.tsx

Summary

Maintainability
A
1 hr
Test Coverage
C
74%

Function mountFilters has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const mountFilters = (props: FilterBlockProps): ReactNode => {
  const { listFilters, analytics, resourceName, provider, gotoPage } = props
  // eslint-disable-next-line
  return (
    <Flex flexWrap="wrap" key="custom_filters">
Severity: Minor
Found in src/ListView/components/Table/TableFiltersBlock.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status