mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-12 23:40:26 +00:00
refactor(MetaPreview): ratings only on supp src
This commit is contained in:
parent
b7f75d1bbe
commit
f4d02ac151
1 changed files with 1 additions and 1 deletions
|
|
@ -234,7 +234,7 @@ const MetaPreview = React.forwardRef(({ className, compact, name, logo, backgrou
|
|||
null
|
||||
}
|
||||
{
|
||||
!compact ?
|
||||
!compact && rating !== null ?
|
||||
<Ratings
|
||||
rating={rating}
|
||||
className={styles['ratings']}
|
||||
|
|
|
|||
Loading…
Reference in a new issue