1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-19 21:46:43 -04:00

Appeasing the lint gods

This commit is contained in:
Mark McDowall
2020-10-04 12:16:42 -07:00
parent f45b27f507
commit 488e7b1a26
14 changed files with 21 additions and 21 deletions
@@ -105,7 +105,7 @@ class AddNewSeriesSearchResult extends Component {
{
!title.contains(year) && year ?
<span className={styles.year}>
({year})
({year})
</span> :
null
}
@@ -168,7 +168,7 @@ class AddNewSeriesSearchResult extends Component {
kind={kinds.DANGER}
size={sizes.LARGE}
>
Ended
Ended
</Label> :
null
}
@@ -179,7 +179,7 @@ class AddNewSeriesSearchResult extends Component {
kind={kinds.INFO}
size={sizes.LARGE}
>
Upcoming
Upcoming
</Label> :
null
}