Issue #5: Creacion de boton AddToList
This commit is contained in:
@@ -61,8 +61,7 @@ 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))}
|
||||
buttonText='Agregar a mi lista'/>
|
||||
tags={artist.tags.map((tag) => (tag.name))}/>
|
||||
}else {
|
||||
return <Fragment/>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user