mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 10:42:12 +00:00
refactor: changed the conditional rendering value
This commit is contained in:
parent
e8c8441e3b
commit
ef4008ae22
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ const NextVideoPopup = ({ className, metaItem, nextVideo, onDismiss, onNextVideo
|
|||
<div className={styles['info-container']}>
|
||||
<div className={styles['details-container']}>
|
||||
{
|
||||
typeof videoName === 'string' ?
|
||||
typeof metaItem?.name === 'string' ?
|
||||
<div className={styles['name']}>
|
||||
<span className={styles['label']}>Next on</span> { metaItem.name }
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue