diff --git a/web/beacon-app/src/components/layout/Sidebar/Sidebar.tsx b/web/beacon-app/src/components/layout/Sidebar/Sidebar.tsx index ac1f89f42..b551f9b29 100644 --- a/web/beacon-app/src/components/layout/Sidebar/Sidebar.tsx +++ b/web/beacon-app/src/components/layout/Sidebar/Sidebar.tsx @@ -1,4 +1,4 @@ -import { Avatar, Button, Loader, useMenu } from '@rotational/beacon-core'; +import { Avatar, Loader, useMenu } from '@rotational/beacon-core'; import { ErrorBoundary } from '@sentry/react'; import { Link, useNavigate } from 'react-router-dom'; @@ -10,6 +10,7 @@ import { footerItems, menuItems, otherMenuItems, SIDEBAR_WIDTH } from '@/constan import { useFetchOrg } from '@/features/organization/hooks/useFetchOrgDetail'; import { useAuth } from '@/hooks/useAuth'; import { useOrgStore } from '@/store'; + function SideBar() { const navigate = useNavigate(); const { logout } = useAuth(); @@ -37,29 +38,31 @@ function SideBar() { }} > Reload}> -
- +