From d2984b9bc50a2565e8e83eaff36ce44239062e41 Mon Sep 17 00:00:00 2001 From: Ekaterina Vaartis Date: Sun, 16 Dec 2018 22:55:11 +0300 Subject: [PATCH] Fix style --- src/components/registration/registration.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/registration/registration.js b/src/components/registration/registration.js index 6b79469c..a6c79e87 100644 --- a/src/components/registration/registration.js +++ b/src/components/registration/registration.js @@ -62,7 +62,7 @@ const registration = { } } }, - setCaptcha() { + setCaptcha () { this.getCaptcha().then(cpt => { this.captcha = cpt }) } }