src/components/Tag/TaskTags.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function TaskTags has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function TaskTags(props: Props): JSX.Element {
  const [hoverRef, isHovered] = useHover(200)
  const tags = props.tags.slice(0, TagCountMax)
  const isOmit = props.tags.length > TagCountMax
  const omitCount = props.tags.length - TagCountMax
Severity: Minor
Found in src/components/Tag/TaskTags.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status