bemusic/bemuse

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

Summary

Maintainability
A
1 hr
Test Coverage

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

const MusicInfoTabs = (props: MusicInfoTabsProps) => {
  const [selectedTab, setSelectedTab] = useState(0)
  const onClick = (index: number) => () => setSelectedTab(index)
  return (
    <section className='MusicInfoTabs'>
Severity: Minor
Found in bemuse/src/app/ui/MusicInfoTabs.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status