mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-04 10:02:40 +01:00
Fixed: Don't Show Year in Discovery Overview if 0
This commit is contained in:
parent
c940a03847
commit
30956edf52
@ -141,7 +141,7 @@ class AddListMovieOverview extends Component {
|
|||||||
className={styles.title}
|
className={styles.title}
|
||||||
{...linkProps}
|
{...linkProps}
|
||||||
>
|
>
|
||||||
{title}({year})
|
{title} { year > 0 ? `(${year})` : ''}
|
||||||
|
|
||||||
{
|
{
|
||||||
isExcluded &&
|
isExcluded &&
|
||||||
|
Loading…
Reference in New Issue
Block a user