Update web/screens/Chat/ThreadList/index.tsx

This commit is contained in:
Louis 2024-01-05 09:46:07 +07:00 committed by Faisal Amir
parent 497c51cc4f
commit 08957166a6

View File

@ -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)
}}
>