From 8c628f1c4fdbc596fce7f84dbb8ac500e1cdedae Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 25 Mar 2019 22:28:37 +0100 Subject: updating that interface --- scraper/client/paper/paper.random.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scraper/client/paper/paper.random.js') 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) } } -- cgit v1.2.3-70-g09d2