We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfbef76 commit 6880cefCopy full SHA for 6880cef
package/src/components/ThreadList/ThreadList.tsx
@@ -99,8 +99,6 @@ export const ThreadList = (props: ThreadListProps) => {
99
client.threads.reload({ force: true });
100
});
101
102
- client.threads.reload({ force: true });
103
-
104
return () => {
105
client.threads.deactivate();
106
listener.unsubscribe();
0 commit comments