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

this should work

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