mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-19 07:05:59 +00:00
Fixed: Trailing Space in ArtistSearchResult killing build
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user