From 97d490c1b63845f2ee81f11573f37aff7ae2feda Mon Sep 17 00:00:00 2001 From: Dariusz Niemczyk <3636685+Palid@users.noreply.github.com> Date: Mon, 19 Jul 2021 16:28:30 +0200 Subject: [PATCH] Update src/components/views/auth/CaptchaForm.tsx Co-authored-by: Michael Telatynski <7t3chguy@gmail.com> --- src/components/views/auth/CaptchaForm.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/views/auth/CaptchaForm.tsx b/src/components/views/auth/CaptchaForm.tsx index 749d6dbd39..4934382fdb 100644 --- a/src/components/views/auth/CaptchaForm.tsx +++ b/src/components/views/auth/CaptchaForm.tsx @@ -130,7 +130,7 @@ export default class CaptchaForm extends React.Component - {this.state.errorText} + { this.state.errorText } ); }