update version
This commit is contained in:
parent
b878e1af6a
commit
e3cfdcd136
2 changed files with 3 additions and 3 deletions
|
|
@ -236,9 +236,9 @@ export default function ChatModal({
|
|||
|
||||
useEffect(() => {
|
||||
if (
|
||||
ws.current &&
|
||||
ws.current &&
|
||||
(ws.current.readyState === ws.current.CLOSED ||
|
||||
ws.current.readyState === ws.current.CLOSING)
|
||||
ws.current.readyState === ws.current.CLOSING)
|
||||
) {
|
||||
connectWS();
|
||||
setLockChat(false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue