mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-15 04:16:06 +00:00
check thumbnail value
This commit is contained in:
parent
afab43bf45
commit
f48cabbbc2
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ const Notification = ({ className, id, type, name, poster, thumbnail, season, ep
|
|||
}
|
||||
</div>
|
||||
{
|
||||
thumbnail !== null ?
|
||||
typeof thumbnail === 'string' && thumbnail.length > 0 ?
|
||||
<div className={styles['poster-container']}>
|
||||
<div className={styles['poster-image-layer']}>
|
||||
<Image
|
||||
|
|
|
|||
Loading…
Reference in a new issue