diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-03-28 15:29:47 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-03-28 15:29:47 +0100 |
| commit | 6b4ec476c22dda8b2e96044883b749fceed293b2 (patch) | |
| tree | 33510f9ea4d50adfd31ebc67df13954454586405 /scraper/client/paper | |
| parent | 3bad596c05c8305d327955225d3d10aacce78da1 (diff) | |
add paper addresses to unverified papers
Diffstat (limited to 'scraper/client/paper')
| -rw-r--r-- | scraper/client/paper/paper.unknown.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scraper/client/paper/paper.unknown.js b/scraper/client/paper/paper.unknown.js index 0cb7d2da..7f1e053a 100644 --- a/scraper/client/paper/paper.unknown.js +++ b/scraper/client/paper/paper.unknown.js @@ -21,7 +21,7 @@ class PaperUnknown extends Component { let cite = { ...citation } cite.id = { _raw: true, - value: <Link to={'/paper/' + dataset.key + '/address/' + citation.id}>{citation.id}</Link> + value: <Link to={'/paper/' + dataset.key + '/verify/' + citation.id}>{citation.id}</Link> } cite.pdf = { _raw: true, |
