src/components/Menu/Menu.tsx

Summary

Maintainability
A
2 hrs
Test Coverage

Function Menu has 58 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function Menu(): JSX.Element {
  const [isFixed, setFixed] = useState(false)
  const [mode, setMode] = useMode()
  const isReport = mode === MODE.REPORT
  const analytics = useAnalytics()
Severity: Major
Found in src/components/Menu/Menu.tsx - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status