fix typo
This commit is contained in:
parent
cd87480088
commit
57f15bb1dd
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ export default class MessageActionBar extends React.PureComponent {
|
||||||
static contextType = RoomContext;
|
static contextType = RoomContext;
|
||||||
|
|
||||||
componentDidMount() {
|
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);
|
this.props.mxEvent.on("Event.status", this.onSent);
|
||||||
}
|
}
|
||||||
if (this.props.mxEvent.isBeingDecrypted()) {
|
if (this.props.mxEvent.isBeingDecrypted()) {
|
||||||
|
|
Loading…
Reference in a new issue