Added react-hooks lint rules

Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
This commit is contained in:
Qstick
2023-02-19 19:38:55 -06:00
parent 3c915002c6
commit 54dce448a8
6 changed files with 19 additions and 9 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ function PendingChangesModal(props) {
useEffect(() => {
bindShortcut('enter', onConfirm);
}, [onConfirm]);
}, [bindShortcut, onConfirm]);
return (
<Modal