1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-23 22:25:56 -04:00

New: Added Running Years into the shows details

This commit is contained in:
Robin Dadswell
2021-05-25 20:03:01 +01:00
committed by Mark McDowall
parent c30ce3580a
commit 98e5442f24
3 changed files with 19 additions and 1 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import styles from './HeartRating.css';
function HeartRating({ rating, iconSize }) {
return (
<span>
<span className={styles.rating}>
<Icon
className={styles.heart}
name={icons.HEART}