From 44bb6f04b48cf18b9f19f7dba6c3af6f8f946ca0 Mon Sep 17 00:00:00 2001 From: Arik Chakma Date: Tue, 10 Jun 2025 13:24:08 +0600 Subject: [PATCH] wip --- src/components/AIChatHistory/ListChatHistory.tsx | 2 +- src/components/AIChatHistory/ListChatHistorySkeleton.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/AIChatHistory/ListChatHistory.tsx b/src/components/AIChatHistory/ListChatHistory.tsx index b2d661076..36331a8a6 100644 --- a/src/components/AIChatHistory/ListChatHistory.tsx +++ b/src/components/AIChatHistory/ListChatHistory.tsx @@ -136,7 +136,7 @@ export function ListChatHistory(props: ListChatHistoryProps) { -
+
{Object.entries(groupedChatHistory ?? {}).map(([key, value]) => { if (value.histories.length === 0) { return null; diff --git a/src/components/AIChatHistory/ListChatHistorySkeleton.tsx b/src/components/AIChatHistory/ListChatHistorySkeleton.tsx index 219ddff47..fa40ddbf6 100644 --- a/src/components/AIChatHistory/ListChatHistorySkeleton.tsx +++ b/src/components/AIChatHistory/ListChatHistorySkeleton.tsx @@ -18,7 +18,7 @@ export function ListChatHistorySkeleton() {
-
+
{['Today', 'Last 7 Days', 'Older'].map((group) => (