chore: disable unrelated eslint rules

This commit is contained in:
Kentai Radiquum 2024-08-23 05:12:46 +05:00
parent ff11a90a5e
commit 733e138233
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
20 changed files with 43 additions and 16 deletions

View file

@ -99,6 +99,7 @@ export const CommentsComment = (props: {
setShouldRender(false);
setCommentSend(false);
}
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [commentSend]);
async function _sendVote(action: number) {