From 0608dfc474d6decd4204ebaa2edd8015d6ff5b7b Mon Sep 17 00:00:00 2001 From: Andy Hanson Date: Thu, 1 Jun 2017 08:09:45 -0700 Subject: [PATCH] Fix lint --- types/react-recaptcha/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/react-recaptcha/index.d.ts b/types/react-recaptcha/index.d.ts index 873882c433..d605551cdf 100644 --- a/types/react-recaptcha/index.d.ts +++ b/types/react-recaptcha/index.d.ts @@ -19,7 +19,7 @@ interface RecaptchaProps { tabindex?: string; theme?: "dark" | "light"; type?: string; - verifyCallback?(response:string): any; + verifyCallback?(response: string): any; verifyCallbackName?: string; sitekey?: string; }