diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-03-25 22:28:37 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-03-25 22:28:37 +0100 |
| commit | 8c628f1c4fdbc596fce7f84dbb8ac500e1cdedae (patch) | |
| tree | 95bbf336b7df7f78fa6eadadf857f9938f73cb25 /scraper/client/paper/paper.random.js | |
| parent | 188ef3609192fa931070ffa251a0c59e1fc78600 (diff) | |
updating that interface
Diffstat (limited to 'scraper/client/paper/paper.random.js')
| -rw-r--r-- | scraper/client/paper/paper.random.js | 2 |
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) } } |
