mirror of https://github.com/vector-im/riot-web
delint
parent
6c3ac2d0c4
commit
873952a83e
|
@ -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 New Issue