feat(chat-window): remove toast
This commit is contained in:
parent
5526d5f60f
commit
0ec54fe6c0
1 changed files with 0 additions and 1 deletions
|
@ -236,7 +236,6 @@ const useSocket = (
|
||||||
setIsWSReady(true);
|
setIsWSReady(true);
|
||||||
retryCountRef.current = 0;
|
retryCountRef.current = 0;
|
||||||
setError(false);
|
setError(false);
|
||||||
toast.success('Connection restored');
|
|
||||||
clearInterval(interval);
|
clearInterval(interval);
|
||||||
}
|
}
|
||||||
}, 5);
|
}, 5);
|
||||||
|
|
Loading…
Add table
Reference in a new issue