mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-08-18 21:57:46 +00:00
refactor: remove err state to make fallback render
This commit is contained in:
parent
fc95a8934f
commit
049535e61d
1 changed files with 0 additions and 1 deletions
|
|
@ -79,7 +79,6 @@ const MetaDetails = ({ urlParams, queryParams }) => {
|
|||
const renderBackground = React.useMemo(() => !!(
|
||||
metaPath &&
|
||||
metaDetails?.metaItem &&
|
||||
metaDetails.metaItem.content?.type !== 'Err' &&
|
||||
metaDetails.metaItem.content.type !== 'Loading' &&
|
||||
typeof metaDetails.metaItem.content.content?.background === 'string' &&
|
||||
metaDetails.metaItem.content.content.background.length > 0
|
||||
|
|
|
|||
Loading…
Reference in a new issue