mirror of
https://github.com/lidarr/Lidarr
synced 2025-01-03 13:34:54 +00:00
Fixed: Trailing Space in ArtistSearchResult killing build
This commit is contained in:
parent
4a8d01f33e
commit
59bb164bb5
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ 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);
|
||||
|
|
Loading…
Reference in a new issue