mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 06:32:11 +00:00
unnecessary dependency removed
This commit is contained in:
parent
52c2e31264
commit
0284ec301d
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ const PasswordResetModal = ({ email, onCloseRequest }) => {
|
|||
const emailOnChange = React.useCallback((event) => {
|
||||
setError('');
|
||||
setModalEmail(event.currentTarget.value);
|
||||
}, [modalEmail]);
|
||||
}, []);
|
||||
const emailOnSubmit = React.useCallback(() => {
|
||||
passwordResetClicked();
|
||||
}, [passwordResetClicked]);
|
||||
|
|
|
|||
Loading…
Reference in a new issue