From f2268f876994b06c868de28ffd185307fefe5e5c Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Thu, 12 Jun 2025 17:01:55 +0100 Subject: [PATCH] Plus icon when chat is closed --- src/components/AIChatHistory/ListChatHistory.tsx | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/components/AIChatHistory/ListChatHistory.tsx b/src/components/AIChatHistory/ListChatHistory.tsx index c60e23da6..8d479f53e 100644 --- a/src/components/AIChatHistory/ListChatHistory.tsx +++ b/src/components/AIChatHistory/ListChatHistory.tsx @@ -79,7 +79,7 @@ export function ListChatHistory(props: ListChatHistoryProps) { if (!isOpen) { return ( -
+
+
); }