Skip to content

Commit

Permalink
Update web/screens/Chat/ThreadList/index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-jan authored and urmauur committed Jan 5, 2024
1 parent 497c51c commit 0895716
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/screens/Chat/ThreadList/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}}
>
Expand Down

0 comments on commit 0895716

Please sign in to comment.