Agregados headers a las entitylist

This commit is contained in:
Daniel Cortes
2020-06-16 23:12:49 -04:00
parent f08c108eee
commit cb43e39aca
6 changed files with 77 additions and 53 deletions

View File

@@ -26,9 +26,9 @@ const Discs = (props) => {
'title': disc.title,
'subtitle': disc.artist.name
}));
const list = {
const list = [{
'items': items
}
}]
discsComponent = <EntityList list={list} grid={true}/>
}else{
discsComponent = <p>El artista no tiene discos</p>