diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-03-28 15:57:26 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-03-28 15:57:26 +0100 |
| commit | eb79e2827ad0ca03f410b7beef77bcaffb28daea (patch) | |
| tree | a4d7615fef50c92e9ede8e3171218787d845e3ea /scraper | |
| parent | 6b4ec476c22dda8b2e96044883b749fceed293b2 (diff) | |
fixie wixie
Diffstat (limited to 'scraper')
| -rw-r--r-- | scraper/client/paper/paper.verify.js | 2 |
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> |
