delint some more
This commit is contained in:
parent
9ba33c7f80
commit
656a815991
2 changed files with 9 additions and 11 deletions
|
@ -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>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue