Update src/components/views/auth/CaptchaForm.tsx

Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
pull/21833/head
Dariusz Niemczyk 2021-07-19 16:28:30 +02:00 committed by GitHub
parent c2394b9161
commit 97d490c1b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ export default class CaptchaForm extends React.Component<ICaptchaFormProps, ICap
if (this.state.errorText) {
error = (
<div className="error">
{this.state.errorText}
{ this.state.errorText }
</div>
);
}