Skip to content
This repository has been archived by the owner on May 2, 2022. It is now read-only.

Commit

Permalink
#33 fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
gkillick committed Mar 31, 2022
1 parent c85069e commit 4e2e5a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/chat/chatroom.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ function ChatRoom(props: ChatInfo) {
);
}
}
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [messages]);

// define reference to chat
Expand Down

0 comments on commit 4e2e5a3

Please sign in to comment.