new-client/src/components/SidebarMenu.tsx

Summary

Maintainability
A
2 hrs
Test Coverage

Function DesktopMenu has 50 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const DesktopMenu: FunctionComponent = () => {
  const navigate = useNavigate();
  const { windowStore, profileStore } = useContext(ServerContext);

  const handleLogout = (allSessions: boolean) => windowStore.handleLogout(allSessions);
Severity: Minor
Found in new-client/src/components/SidebarMenu.tsx - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status