mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix all eslint warnings
This commit is contained in:
@@ -83,7 +83,7 @@ const ReplyModal = ({ isOpen, closeModal }) => {
|
||||
if (index !== undefined) {
|
||||
setPendingCommentIndex(index);
|
||||
}
|
||||
}, [index, location]);
|
||||
}, [index, location, setPendingCommentIndex]);
|
||||
|
||||
|
||||
const resetFields = () => {
|
||||
@@ -116,7 +116,7 @@ const ReplyModal = ({ isOpen, closeModal }) => {
|
||||
closeModal();
|
||||
})();
|
||||
}
|
||||
}, [publishCommentOptions]);
|
||||
}, [publishCommentOptions, closeModal, publishComment]);
|
||||
|
||||
|
||||
const getChallengeAnswersFromUser = async (challenges) => {
|
||||
|
||||
Reference in New Issue
Block a user