1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-02-22 14:11:16 +00:00

Hide ratings on series page if non existent

This commit is contained in:
Stevie Robinson 2023-12-15 02:22:34 +01:00 committed by GitHub
parent c9a8d32042
commit aa9d25211f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -406,11 +406,14 @@ class SeriesDetails extends Component {
</span>
}
{
ratings.value ?
<HeartRating
rating={ratings.value}
iconSize={20}
/>
/> :
null
}
<SeriesGenres genres={genres} />
<span>