Update frontend/src/Series/Details/SeriesDetails.js

This commit is contained in:
Mark McDowall 2023-12-14 19:23:19 -05:00 committed by GitHub
parent 4f57df494e
commit db785a7b73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -407,11 +407,12 @@ class SeriesDetails extends Component {
}
{
!!ratings.value &&
ratings.value ?
<HeartRating
rating={ratings.value}
iconSize={20}
/>
/> :
null
}
<SeriesGenres genres={genres} />