Merge remote-tracking branch 'origin/develop' into develop

pull/4077/head
RiotTranslate 2017-05-30 14:01:24 +00:00
commit d96c3656a6
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ module.exports = React.createClass({
);
}
if (this.state.canRedact) {
if (!eventStatus && this.state.canRedact) {
redactButton = (
<div className="mx_MessageContextMenu_field" onClick={this.onRedactClick}>
{ _t('Remove') }