Skip to content

Commit 9aa2218

Browse files
code style fix
1 parent 23389cb commit 9aa2218

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
@@ -90,9 +90,9 @@ export default class ReCAPTCHA extends React.Component {
9090
}
9191

9292
delayOfCaptchaIframeRemoving() {
93-
const temporaryNode = document.createElement('div');
93+
const temporaryNode = document.createElement("div");
9494
document.body.appendChild(temporaryNode);
95-
temporaryNode.style.display = 'none';
95+
temporaryNode.style.display = "none";
9696

9797
// move of the recaptcha to a temporary node
9898
while (this.captcha.firstChild) {

0 commit comments

Comments
 (0)