1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-27 23:06:29 -04:00

Added react-hooks lint rules

This commit is contained in:
Mark McDowall
2022-11-04 14:16:11 -07:00
parent b1962c7366
commit 381d642593
4 changed files with 11 additions and 7 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ function PendingChangesModal(props) {
useEffect(() => {
bindShortcut('enter', onConfirm);
}, [onConfirm]);
}, [bindShortcut, onConfirm]);
return (
<Modal