Added react-hooks lint rules

(cherry picked from commit 381d64259396582de8d63ada99333e42cf5e3189)
This commit is contained in:
Mark McDowall
2022-11-04 14:16:11 -07:00
committed by Qstick
parent 9b5a050c40
commit cac0fca0d2
5 changed files with 12 additions and 3 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ function PendingChangesModal(props) {
useEffect(() => {
bindShortcut('enter', onConfirm);
}, [onConfirm]);
}, [bindShortcut, onConfirm]);
return (
<Modal