mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-21 07:32:02 +00:00
refactor: dependencies on useCallback
This commit is contained in:
parent
9b160a0c6b
commit
0ebdf83c7f
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ const Settings = () => {
|
||||||
timeout: 25000
|
timeout: 25000
|
||||||
});
|
});
|
||||||
// Stremio 4 emits not documented event subscribeCalendar
|
// Stremio 4 emits not documented event subscribeCalendar
|
||||||
}, [platformName, profile.auth.user._id, platform, toast]);
|
}, [profile.auth.user._id]);
|
||||||
const exportDataOnClick = React.useCallback(() => {
|
const exportDataOnClick = React.useCallback(() => {
|
||||||
loadDataExport();
|
loadDataExport();
|
||||||
}, []);
|
}, []);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue