mirror of
https://github.com/hexastack/hexabot
synced 2025-02-23 12:59:14 +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) {
|
||||
socketCtx.socket.disconnect();
|
||||
}
|
||||
}, [value, mode]);
|
||||
}, [value, mode, socketCtx.socket]);
|
||||
|
||||
const contextValue: ChatContextType = {
|
||||
participants,
|
||||
|
Loading…
Reference in New Issue
Block a user