mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 23:12:13 +00:00
compact check for the desc removed
This commit is contained in:
parent
034faf9281
commit
da24c36e3b
2 changed files with 2 additions and 1 deletions
1
.prettierignore
Normal file
1
.prettierignore
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
MetaPreview.js
|
||||||
|
|
@ -158,7 +158,7 @@ const MetaPreview = ({ className, compact, name, logo, background, runtime, rele
|
||||||
null
|
null
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
!compact && typeof description === 'string' && description.length > 0 ?
|
typeof description === 'string' && description.length > 0 ?
|
||||||
<div className={styles['description-container']}>{description}</div>
|
<div className={styles['description-container']}>{description}</div>
|
||||||
:
|
:
|
||||||
null
|
null
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue