fix eslint

This commit is contained in:
Tom
2023-05-18 22:37:34 +02:00
parent 6c653a1b7f
commit 03f8f751bb
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -388,7 +388,7 @@ const Thread = () => {
useEffect(() => {
publishCommentEdit();
}, [publishCommentEditOptions]);
}, [publishCommentEditOptions, publishCommentEdit]);
// mobile navbar board select functionality
const handleSelectChange = (event) => {