mirror of
https://github.com/hexastack/hexabot
synced 2025-02-24 05:14:47 +00:00
fix(widget): fix linting issue
This commit is contained in:
parent
8dc753ee39
commit
cb76979311
@ -428,7 +428,7 @@ const ChatProvider: React.FC<{
|
|||||||
if (value === EBCEvent.LOGOUT_END_SESSION && mode === ETabMode.SECONDARY) {
|
if (value === EBCEvent.LOGOUT_END_SESSION && mode === ETabMode.SECONDARY) {
|
||||||
socketCtx.socket.disconnect();
|
socketCtx.socket.disconnect();
|
||||||
}
|
}
|
||||||
}, [value, mode]);
|
}, [value, mode, socketCtx.socket]);
|
||||||
|
|
||||||
const contextValue: ChatContextType = {
|
const contextValue: ChatContextType = {
|
||||||
participants,
|
participants,
|
||||||
|
Loading…
Reference in New Issue
Block a user