diff --git a/components/doctor-layout.tsx b/components/doctor-layout.tsx index 62906cf..5b635a4 100644 --- a/components/doctor-layout.tsx +++ b/components/doctor-layout.tsx @@ -92,7 +92,7 @@ export default function DoctorLayout({ children }: PatientLayoutProps) { return (
{/* Sidebar */} -
+
{!sidebarCollapsed && ( @@ -109,7 +109,7 @@ export default function DoctorLayout({ children }: PatientLayoutProps) {
-