mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 14:52:13 +00:00
MetaDetails missing semicolon added
This commit is contained in:
parent
75af483579
commit
001f52bfd4
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ const MetaDetails = ({ urlParams, queryParams }) => {
|
|||
}
|
||||
|
||||
return origin;
|
||||
}, null)
|
||||
}, null);
|
||||
}, [metaDetails, selectedAddon]);
|
||||
const streamsResourceRef = metaDetails.selected !== null ? metaDetails.selected.streams_resource_ref : null;
|
||||
const streamsResources = metaDetails.streams_resources;
|
||||
|
|
|
|||
Loading…
Reference in a new issue