fabasoad/business-card

View on GitHub
src/components/Menu/MenuMain.tsx

Summary

Maintainability
A
1 hr
Test Coverage
C
70%

Function MenuMain has 46 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function MenuMain() {
  const { t } = useTranslation()

  const [expanded, setExpanded] = React.useState<boolean>(false)
  const [activeNavLink, setActiveNavLink] = React.useState<string>(document.location.hash)
Severity: Minor
Found in src/components/Menu/MenuMain.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status