diff --git a/components/dashboard/ChatDetail.tsx b/components/dashboard/ChatDetail.tsx index 3d533c5..c9b1a79 100644 --- a/components/dashboard/ChatDetail.tsx +++ b/components/dashboard/ChatDetail.tsx @@ -33,6 +33,7 @@ interface Chat { messages: Message[]; lastUpdated: string; orderId?: string; + telegramUsername?: string | null; } // Helper function to extract filename from URL @@ -384,7 +385,16 @@ export default function ChatDetail({ chatId }: { chatId: string }) { -