|
|
@ -82,7 +82,7 @@ class AddNewArtistSearchResult extends Component {
|
|
|
|
} = this.state;
|
|
|
|
} = this.state;
|
|
|
|
|
|
|
|
|
|
|
|
const linkProps = isExistingArtist ? { to: `/artist/${foreignArtistId}` } : { onPress: this.onPress };
|
|
|
|
const linkProps = isExistingArtist ? { to: `/artist/${foreignArtistId}` } : { onPress: this.onPress };
|
|
|
|
|
|
|
|
|
|
|
|
const endedString = artistType === 'Person' ? 'Deceased' : 'Ended';
|
|
|
|
const endedString = artistType === 'Person' ? 'Deceased' : 'Ended';
|
|
|
|
|
|
|
|
|
|
|
|
const height = calculateHeight(230, isSmallScreen);
|
|
|
|
const height = calculateHeight(230, isSmallScreen);
|
|
|
|