From dafe934d991c1c7f1e8b9eed31c1beb76cb83788 Mon Sep 17 00:00:00 2001 From: SujalXplores Date: Mon, 25 Nov 2024 20:43:56 +0530 Subject: [PATCH] fix: sidebar scroll always showing up --- app/components/sidebar/Menu.client.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/sidebar/Menu.client.tsx b/app/components/sidebar/Menu.client.tsx index 5becf82c4..d753d242e 100644 --- a/app/components/sidebar/Menu.client.tsx +++ b/app/components/sidebar/Menu.client.tsx @@ -129,7 +129,7 @@ export function Menu() {
Your Chats
-
+
{list.length === 0 &&
No previous conversations
} {binDates(list).map(({ category, items }) => (