From dccc9dc42fe47aec7b7cc9404b27586803441b8b Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Wed, 23 Jan 2019 18:11:34 -0600 Subject: [PATCH] Fix linting error --- src/components/structures/auth/ForgotPassword.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/structures/auth/ForgotPassword.js b/src/components/structures/auth/ForgotPassword.js index 1e8376d91f..73d9f95e20 100644 --- a/src/components/structures/auth/ForgotPassword.js +++ b/src/components/structures/auth/ForgotPassword.js @@ -205,7 +205,7 @@ module.exports = React.createClass({ - ) + ); } else { let serverConfigSection; if (!SdkConfig.get()['disable_custom_urls']) {