diff --git a/src/components/layouts/Dashboard/Sidebar.tsx b/src/components/layouts/Dashboard/Sidebar.tsx index 0fbeb66..476fda7 100644 --- a/src/components/layouts/Dashboard/Sidebar.tsx +++ b/src/components/layouts/Dashboard/Sidebar.tsx @@ -20,7 +20,7 @@ interface SidebarProps { handleLogout: () => void; } -const Sidebar: React.FC = ({ sidebarOpen, user, handleLogout }) => { +const Sidebar: React.FC = ({ sidebarOpen, user }) => { return (