fix(widget): fix linting issue

This commit is contained in:
yassinedorbozgithub 2025-01-28 11:29:15 +01:00
parent 8dc753ee39
commit cb76979311

View File

@ -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,