From dfe887ea8eded97b83d1e5db8148a331ddc0fc02 Mon Sep 17 00:00:00 2001 From: iMADi-ARCH Date: Sun, 11 Jun 2023 12:24:28 +0530 Subject: [PATCH] fix(chat): screen height chatlist --- frontend/app/chat/components/ChatsList/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/app/chat/components/ChatsList/index.tsx b/frontend/app/chat/components/ChatsList/index.tsx index 7d91246b8..e31a230c1 100644 --- a/frontend/app/chat/components/ChatsList/index.tsx +++ b/frontend/app/chat/components/ChatsList/index.tsx @@ -6,7 +6,7 @@ export function ChatsList() { const { allChats, deleteChat } = useChats(); return (
-