@@ -70,7 +70,10 @@ const Artist = (props) => {
|
||||
if (artist){
|
||||
return <Entity title={artist.name}
|
||||
subtitle={[artist.type, artist.country].filter(Boolean).join(' - ')}
|
||||
tags={artist.tags.map((tag) => (tag.name))}/>
|
||||
tags={artist.tags.map((tag) => (tag.name))}
|
||||
type={'artist'}
|
||||
entity={artist.id}
|
||||
/>
|
||||
}else {
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user