1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-19 21:46:43 -04: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
+5 -2
View File
@@ -406,11 +406,14 @@ class SeriesDetails extends Component {
</span>
}
{
ratings.value ?
<HeartRating
rating={ratings.value}
iconSize={20}
/>
/> :
null
}
<SeriesGenres genres={genres} />
<span>