fix(frontend): revert mpaa change

This commit is contained in:
Aiden Vigue
2021-02-27 22:17:51 +00:00
parent 7dfe38001e
commit f77573c838

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>