Skip to content
Snippets Groups Projects
Commit 4cee0b35 authored by Audrey Hamelers's avatar Audrey Hamelers
Browse files

#258

parent 65efc9b6
No related branches found
No related tags found
2 merge requests!60Dev,!40Shared data model
......@@ -67,7 +67,10 @@ class PubMedSearch extends React.Component {
}
handleUnmatched(unm) {
if (unm.journal && unm.journal.meta.pmcStatus) {
this.setState({ pubProvided: unm.journal.journalTitle })
this.setState({
pubProvided: unm.journal.journalTitle,
unmatched: false,
})
} else {
const citationData = unm
if (unm.journal) {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment