mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
installed addons does not depend on ctx
This commit is contained in:
parent
064bae9a58
commit
9f6ee43c71
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ const useInstalledAddons = (urlParams) => {
|
|||
};
|
||||
}
|
||||
}, [urlParams]);
|
||||
return useModelState({ model: 'installed_addons', action, deps: ['ctx'] });
|
||||
return useModelState({ model: 'installed_addons', action });
|
||||
};
|
||||
|
||||
module.exports = useInstalledAddons;
|
||||
|
|
|
|||
Loading…
Reference in a new issue