Skip to content
Snippets Groups Projects
Commit 31ba72e3 authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

Remove console

parent aa88b231
Branches
Tags
2 merge requests!29Navbar density scroll down,!28References section
Pipeline #114642 passed
...@@ -22,8 +22,8 @@ const articleTitle = computed(() => { ...@@ -22,8 +22,8 @@ const articleTitle = computed(() => {
}); });
const articleAuthorsString = computed(() => { const articleAuthorsString = computed(() => {
console.log(article.value) // console.log(article.value)
console.log(props.doi) // console.log(props.doi)
return article.value?.author?.length > 0 ? `${article.value.author[0].family} ${article.value.author[0].given} & al` : null return article.value?.author?.length > 0 ? `${article.value.author[0].family} ${article.value.author[0].given} & al` : null
}) })
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment