summaryrefslogtreecommitdiff
path: root/scraper/client/paper/paper.random.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2019-03-25 22:28:37 +0100
committerJules Laplace <julescarbon@gmail.com>2019-03-25 22:28:37 +0100
commit8c628f1c4fdbc596fce7f84dbb8ac500e1cdedae (patch)
tree95bbf336b7df7f78fa6eadadf857f9938f73cb25 /scraper/client/paper/paper.random.js
parent188ef3609192fa931070ffa251a0c59e1fc78600 (diff)
updating that interface
Diffstat (limited to 'scraper/client/paper/paper.random.js')
-rw-r--r--scraper/client/paper/paper.random.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/scraper/client/paper/paper.random.js b/scraper/client/paper/paper.random.js
index aab22172..c7476332 100644
--- a/scraper/client/paper/paper.random.js
+++ b/scraper/client/paper/paper.random.js
@@ -15,7 +15,7 @@ class PaperRandom extends Component {
const citation = choice(citations)
console.log(citation)
if (citation.id) {
- history.push('/paper/' + this.props.match.params.key + '/address/' + citation.id)
+ history.push('/paper/' + this.props.match.params.key + '/verify/' + citation.id)
}
}