mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-16 19:27:03 +02:00
fix typo
This commit is contained in:
parent
cd87480088
commit
57f15bb1dd
@ -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…
Reference in New Issue
Block a user