mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 17:15:48 +00:00
space fix indentation
This commit is contained in:
parent
b661146a69
commit
f43706f967
1 changed files with 2 additions and 2 deletions
|
|
@ -159,7 +159,7 @@ const MetaPreview = ({ className, compact, name, logo, background, runtime, rele
|
|||
}
|
||||
{
|
||||
compact && typeof description === 'string' && description.length > 0 ?
|
||||
<div className={styles['description-container']}>
|
||||
<div className={styles['description-container']}>
|
||||
{description}
|
||||
</div>
|
||||
:
|
||||
|
|
@ -182,7 +182,7 @@ const MetaPreview = ({ className, compact, name, logo, background, runtime, rele
|
|||
))
|
||||
}
|
||||
{
|
||||
!compact && typeof description === 'string' && description.length > 0 ?
|
||||
!compact && typeof description === 'string' && description.length > 0 ?
|
||||
<div className={styles['description-container']}>
|
||||
<div className={styles['label-container']}>
|
||||
{t('SUMMARY')}
|
||||
|
|
|
|||
Loading…
Reference in a new issue