From 08957166a66a564dcc4b8830408747e2968d129a Mon Sep 17 00:00:00 2001 From: Louis Date: Fri, 5 Jan 2024 09:46:07 +0700 Subject: [PATCH] Update web/screens/Chat/ThreadList/index.tsx --- web/screens/Chat/ThreadList/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/web/screens/Chat/ThreadList/index.tsx b/web/screens/Chat/ThreadList/index.tsx index c7c4c7df6..0e09a20a7 100644 --- a/web/screens/Chat/ThreadList/index.tsx +++ b/web/screens/Chat/ThreadList/index.tsx @@ -91,7 +91,6 @@ export default function ThreadList() { `group/message relative mb-1 flex cursor-pointer flex-col transition-all hover:rounded-lg hover:bg-gray-100 hover:dark:bg-secondary/50` )} onClick={() => { - console.log('a') onThreadClick(thread) }} >