From 48ef4de566504dcfca6ffae2130217b808746cbc Mon Sep 17 00:00:00 2001 From: Usama Date: Tue, 24 Feb 2026 14:18:37 +0000 Subject: [PATCH] - show auto generated title tooltip when only title available for conversation --- .../components/conversation/ConversationAccordion.tsx | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/echo/frontend/src/components/conversation/ConversationAccordion.tsx b/echo/frontend/src/components/conversation/ConversationAccordion.tsx index 2f1ad35f..5c5ee5c8 100644 --- a/echo/frontend/src/components/conversation/ConversationAccordion.tsx +++ b/echo/frontend/src/components/conversation/ConversationAccordion.tsx @@ -558,8 +558,14 @@ const ConversationAccordionItem = ({ {conversation.participant_name || conversation.title} - {conversation.title && conversation.participant_name && ( - + {conversation.title && ( + )}