fix all missing deps except for bugged one

This commit is contained in:
Tom
2023-04-27 11:42:51 +02:00
parent 428b335cfc
commit 4e1575f5fc
4 changed files with 6 additions and 7 deletions
+1 -1
View File
@@ -133,7 +133,7 @@ const Catalog = () => {
setPendingCommentIndex(index);
navigate(`/profile/c/${index}`);
}
}, [index]);
}, [index, navigate, setPendingCommentIndex]);
const resetFields = () => {