mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-18 04:42:01 +00:00
no need for meta details to depend on ctx
This commit is contained in:
parent
190b4fa941
commit
353334651e
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ const useMetaDetails = (urlParams) => {
|
|||
};
|
||||
}
|
||||
}, [urlParams]);
|
||||
return useModelState({ model: 'meta_details', action, map, deps: ['ctx'] });
|
||||
return useModelState({ model: 'meta_details', action, map });
|
||||
};
|
||||
|
||||
module.exports = useMetaDetails;
|
||||
|
|
|
|||
Loading…
Reference in a new issue