summaryrefslogtreecommitdiff
path: root/scraper
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2019-03-28 15:57:26 +0100
committerJules Laplace <julescarbon@gmail.com>2019-03-28 15:57:26 +0100
commiteb79e2827ad0ca03f410b7beef77bcaffb28daea (patch)
treea4d7615fef50c92e9ede8e3171218787d845e3ea /scraper
parent6b4ec476c22dda8b2e96044883b749fceed293b2 (diff)
fixie wixie
Diffstat (limited to 'scraper')
-rw-r--r--scraper/client/paper/paper.verify.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/scraper/client/paper/paper.verify.js b/scraper/client/paper/paper.verify.js
index fe752c37..1b7e5364 100644
--- a/scraper/client/paper/paper.verify.js
+++ b/scraper/client/paper/paper.verify.js
@@ -402,7 +402,7 @@ class PaperVerify extends Component {
this.setState({ institution_1: value, validate_1: true })
}}
onCancel={value => {
- this.setState({ institution_1: '', validate_2: false })
+ this.setState({ institution_1: '', validate_1: false })
}}
/>
</div>