portainer/portainer

View on GitHub
app/react/sidebar/SidebarItem/useSidebarSrefActive.tsx

Summary

Maintainability
A
35 mins
Test Coverage

Function useSidebarSrefActive has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

  to: string,
  // default values are the classes used in the sidebar for an active item
  activeClassName: string = 'bg-blue-5/25 be:bg-gray-5/25 th-dark:bg-gray-true-5/25',
  params: Partial<Record<string, string>> = {},
  options: TransitionOptions = {},
Severity: Minor
Found in app/react/sidebar/SidebarItem/useSidebarSrefActive.tsx - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status