Fixed: Trailing Space in ArtistSearchResult killing build

pull/760/head
Qstick 5 years ago
parent 4a8d01f33e
commit 59bb164bb5

@ -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…
Cancel
Save