diff --git a/src/components/ChatViewer.tsx b/src/components/ChatViewer.tsx
index 8cf190a..77bef60 100644
--- a/src/components/ChatViewer.tsx
+++ b/src/components/ChatViewer.tsx
@@ -436,11 +436,11 @@ export function ChatViewer({
return (
{/* Header with conversation info and controls */}
-
-
+
+
-
+
{customTitle || conversation.title}
{/* Live activity status badge - small, icon only */}
@@ -457,12 +457,6 @@ export function ChatViewer({
/>
)}
- {/* Show description for groups */}
- {!liveActivity && conversation.metadata?.description && (
-
- {conversation.metadata.description}
-
- )}