Skip to content

Commit 0d78b27

Browse files
committed
Fix frontend linting
1 parent 6561d2f commit 0d78b27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/src/components/Chat/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ const Chat: React.FC<ChatProps> = ({ isActive, setHasNewMessage }) => {
9292
communicationSocket.off(CommunicationEvents.DISCONNECTED, listener);
9393
communicationSocket.off(CommunicationEvents.CONNECT_ERROR, errorListener);
9494
};
95+
// eslint-disable-next-line react-hooks/exhaustive-deps
9596
}, []);
9697

9798
useEffect(() => {

0 commit comments

Comments
 (0)