Skip to content
Snippets Groups Projects
Commit 04b20a67 authored by Inès Yeterian's avatar Inès Yeterian
Browse files

this should work

parent 4b6456b6
No related branches found
No related tags found
1 merge request!4Url/year/title
...@@ -54,7 +54,7 @@ function AllToucan(props){ ...@@ -54,7 +54,7 @@ function AllToucan(props){
console.log(formToucanUrlId(toucan)) console.log(formToucanUrlId(toucan))
return <ToucanCard return <ToucanCard
image={`${props.backURL}/toucan/img/${toucan["_id"]}`} image={`${props.backURL}/toucan/img/${toucan["_id"]}`}
link={`${props.backURL}/toucan/pdf/${toucan.title}+`} link={`${props.backURL}/toucan/pdf/${formToucanUrlId(toucan)}+`}
header={toucan.title} header={toucan.title}
toucanId={toucan._id} toucanId={toucan._id}
isAdmin={props.isAdmin} isAdmin={props.isAdmin}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment