bemusic/bemuse

View on GitHub
bemuse/src/app/ui/MusicListItem.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function MusicListItem has 47 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const MusicListItem = (props: MusicListItemProps) => {
  const { song, selected, onSelect, highlight } = props
  const handleClick = (e: MouseEvent<HTMLLIElement>) => {
    onSelect(e, song)
  }
Severity: Minor
Found in bemuse/src/app/ui/MusicListItem.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status