Skip to content
Snippets Groups Projects
Commit 2f21c90b authored by lfr20's avatar lfr20
Browse files

Passed tags as params to collection card

parent 6d3bf7eb
No related branches found
No related tags found
6 merge requests!57Merge of develop into master,!56Fixed buttons reportar, seguir, compartilhar, guardar and entrar (in comments...,!39Update admin system,!32Homologa,!31Fix console error,!28Training materials
......@@ -92,7 +92,7 @@ class ReqResources extends Component {
rating={card.review_average}
// author={card.author}
author={card.publisher.name}
tags={card.educational_stages}
tags={card.tags}
href={"/recurso/" + card.id}
downloadableLink={card.default_attachment_location}
/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment