update version

This commit is contained in:
anovazzi1 2023-06-07 10:54:46 -03:00
commit e3cfdcd136
2 changed files with 3 additions and 3 deletions

View file

@ -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);