mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +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
|
||||
});
|
||||
// Stremio 4 emits not documented event subscribeCalendar
|
||||
}, [platformName, profile.auth.user._id, platform, toast]);
|
||||
}, [profile.auth.user._id]);
|
||||
const exportDataOnClick = React.useCallback(() => {
|
||||
loadDataExport();
|
||||
}, []);
|
||||
|
|
|
|||
Loading…
Reference in a new issue