1
0
Fork 0
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:
Qstick 2019-05-09 20:18:47 -04:00
parent 4a8d01f33e
commit 59bb164bb5

View file

@ -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);