mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Fixed: Skip MovieDetails Ratings Render if Null
This commit is contained in:
@@ -351,10 +351,13 @@ class MovieDetails extends Component {
|
|||||||
</span>
|
</span>
|
||||||
}
|
}
|
||||||
|
|
||||||
<HeartRating
|
{
|
||||||
rating={ratings.value}
|
!!ratings &&
|
||||||
iconSize={20}
|
<HeartRating
|
||||||
/>
|
rating={ratings.value}
|
||||||
|
iconSize={20}
|
||||||
|
/>
|
||||||
|
}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user