delint some more

This commit is contained in:
Michael Telatynski 2020-09-01 09:07:46 +01:00
parent 9ba33c7f80
commit 656a815991
2 changed files with 9 additions and 11 deletions

View file

@ -163,11 +163,9 @@ export default class CreateCommunityPrototypeDialog extends React.PureComponent<
</span>
);
if (this.state.error) {
const classes = "mx_CreateCommunityPrototypeDialog_subtext mx_CreateCommunityPrototypeDialog_subtext_error";
helpText = (
<span
className={"mx_CreateCommunityPrototypeDialog_subtext " +
"mx_CreateCommunityPrototypeDialog_subtext_error"}
>
<span className={classes}>
{this.state.error}
</span>
);