Skip to content

Commit 6880cef

Browse files
committed
chore: remove threads reload when the client changes
1 parent bfbef76 commit 6880cef

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

package/src/components/ThreadList/ThreadList.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,6 @@ export const ThreadList = (props: ThreadListProps) => {
9999
client.threads.reload({ force: true });
100100
});
101101

102-
client.threads.reload({ force: true });
103-
104102
return () => {
105103
client.threads.deactivate();
106104
listener.unsubscribe();

0 commit comments

Comments
 (0)