mirror of
https://github.com/element-hq/element-web
synced 2024-11-25 02:35:48 +03:00
delint
This commit is contained in:
parent
6c3ac2d0c4
commit
873952a83e
1 changed files with 1 additions and 1 deletions
|
@ -477,7 +477,7 @@ export default createReactClass({
|
||||||
extraComponents.push(
|
extraComponents.push(
|
||||||
<AccessibleButton kind="secondary" onClick={this.props.onRejectAndIgnoreClick} key="ignore">
|
<AccessibleButton kind="secondary" onClick={this.props.onRejectAndIgnoreClick} key="ignore">
|
||||||
{ _t("Reject & Ignore user") }
|
{ _t("Reject & Ignore user") }
|
||||||
</AccessibleButton>
|
</AccessibleButton>,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue