mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-15 09:33:52 -07:00
parent
b2d87cccb2
commit
4a8d01f33e
5 changed files with 16 additions and 3 deletions
|
@ -82,6 +82,8 @@ class AddNewArtistSearchResult extends Component {
|
|||
} = this.state;
|
||||
|
||||
const linkProps = isExistingArtist ? { to: `/artist/${foreignArtistId}` } : { onPress: this.onPress };
|
||||
|
||||
const endedString = artistType === 'Person' ? 'Deceased' : 'Ended';
|
||||
|
||||
const height = calculateHeight(230, isSmallScreen);
|
||||
|
||||
|
@ -153,7 +155,7 @@ class AddNewArtistSearchResult extends Component {
|
|||
kind={kinds.DANGER}
|
||||
size={sizes.LARGE}
|
||||
>
|
||||
Ended
|
||||
{endedString}
|
||||
</Label> :
|
||||
null
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue