diff --git a/frontend/src/AddArtist/AddNewArtist/AddNewArtistSearchResult.js b/frontend/src/AddArtist/AddNewArtist/AddNewArtistSearchResult.js index 66a7fced0..8c5e54cbc 100644 --- a/frontend/src/AddArtist/AddNewArtist/AddNewArtistSearchResult.js +++ b/frontend/src/AddArtist/AddNewArtist/AddNewArtistSearchResult.js @@ -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);