style(frontend): fix padding on MPAA rating

This commit is contained in:
Aiden Vigue
2021-02-18 21:35:24 +00:00
parent 1e97503802
commit 48f55da43e

View File

@@ -178,7 +178,7 @@ const TvDetails: React.FC<TvDetailsProps> = ({ tv }) => {
)
) {
seriesAttributes.push(
<span className="p-0.5 py-0 border rounded-md">
<span className="p-0.5 py-0 border rounded-md "
{data.contentRatings.results.find((r) => r.iso_3166_1 === region)
?.rating || data.contentRatings.results[0].rating}
</span>