Fixed: Don't Show Year in Discovery Overview if 0

This commit is contained in:
Qstick 2020-08-08 19:58:16 -04:00
parent c940a03847
commit 30956edf52
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ class AddListMovieOverview extends Component {
className={styles.title}
{...linkProps}
>
{title}({year})
{title} { year > 0 ? `(${year})` : ''}
{
isExcluded &&