diff --git a/frontend/src/app/dashboard/page.tsx b/frontend/src/app/dashboard/page.tsx index f5a25f0a..81f805e0 100644 --- a/frontend/src/app/dashboard/page.tsx +++ b/frontend/src/app/dashboard/page.tsx @@ -217,7 +217,8 @@ export default function DashboardPage() { {/* ── Center: Chat Panel ──────────────────────────────────── */} -
+ +
{ diff --git a/frontend/src/components/chat/ChatSessionSidebar.tsx b/frontend/src/components/chat/ChatSessionSidebar.tsx index d2080f68..8f9382ae 100644 --- a/frontend/src/components/chat/ChatSessionSidebar.tsx +++ b/frontend/src/components/chat/ChatSessionSidebar.tsx @@ -237,7 +237,7 @@ export default function ChatSessionSidebar() {