fix typo
This commit is contained in:
parent
591847b274
commit
655cc95570
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ export default class MessageActionBar extends React.PureComponent {
|
|||
static contextType = RoomContext;
|
||||
|
||||
componentDidMount() {
|
||||
if (this.props.mxEvent.status && this.props.mxEvent !== EventStatus.SENT) {
|
||||
if (this.props.mxEvent.status && this.props.mxEvent.status !== EventStatus.SENT) {
|
||||
this.props.mxEvent.on("Event.status", this.onSent);
|
||||
}
|
||||
if (this.props.mxEvent.isBeingDecrypted()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue