Issue #5: Creacion de boton AddToList
This commit is contained in:
@@ -23,7 +23,7 @@ const Song = (props) => {
|
||||
subtitle = <span>[{toDuration(song.length)}]</span>
|
||||
}
|
||||
|
||||
return <Entity title={song.title} subtitle={subtitle} buttonText='Agregar a mi lista'/>
|
||||
return <Entity title={song.title} subtitle={subtitle}/>
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user