oops
This commit is contained in:
parent
e84425c14c
commit
2c8719fc15
1 changed files with 1 additions and 1 deletions
|
@ -339,7 +339,7 @@ export default function Home() {
|
||||||
}
|
}
|
||||||
return x;
|
return x;
|
||||||
}));
|
}));
|
||||||
if (whoami.id != null)
|
if (whoamiRef.current.id != null)
|
||||||
socket.emit('SIG_CHAT_CHGCHANNEL', { channel: data[0].name }, chgchannelChatRes);
|
socket.emit('SIG_CHAT_CHGCHANNEL', { channel: data[0].name }, chgchannelChatRes);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue