portainer/portainer

View on GitHub
app/react/sidebar/Sidebar.tsx

Summary

Maintainability
A
2 hrs
Test Coverage

Function InnerSidebar has 51 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function InnerSidebar() {
  const isPureAdmin = useIsPureAdmin();
  const isAdminQuery = useIsEdgeAdmin({ noEnvScope: true });
  const isTeamLeader = useIsCurrentUserTeamLeader();
  const { isOpen } = useSidebarState();
Severity: Major
Found in app/react/sidebar/Sidebar.tsx - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status