Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
commit
d96c3656a6
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ module.exports = React.createClass({
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this.state.canRedact) {
|
if (!eventStatus && this.state.canRedact) {
|
||||||
redactButton = (
|
redactButton = (
|
||||||
<div className="mx_MessageContextMenu_field" onClick={this.onRedactClick}>
|
<div className="mx_MessageContextMenu_field" onClick={this.onRedactClick}>
|
||||||
{ _t('Remove') }
|
{ _t('Remove') }
|
||||||
|
|
Loading…
Reference in a new issue