refactor(MetaPreview): ratings only on supp src

This commit is contained in:
Timothy Z. 2025-06-12 13:31:39 +03:00
parent b7f75d1bbe
commit f4d02ac151

View file

@ -234,7 +234,7 @@ const MetaPreview = React.forwardRef(({ className, compact, name, logo, backgrou
null
}
{
!compact ?
!compact && rating !== null ?
<Ratings
rating={rating}
className={styles['ratings']}