Skip to content

Commit 5fda0cd

Browse files
committed
fixes for linting issues
1 parent 78c9729 commit 5fda0cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/recaptcha.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export default class ReCAPTCHA extends React.Component {
3939
this.executionResolve = resolve;
4040
this.executionReject = reject;
4141
this.execute();
42-
})
42+
});
4343
}
4444

4545
reset() {
@@ -66,7 +66,7 @@ export default class ReCAPTCHA extends React.Component {
6666
delete this.executionReject;
6767
}
6868
}
69-
69+
7070
handleChange(token) {
7171
if (this.props.onChange) {
7272
this.props.onChange(token);

0 commit comments

Comments
 (0)