mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
fix typo introduced in #1340
This commit is contained in:
parent
d434ea55a8
commit
ad9d032f82
@ -72,7 +72,7 @@ module.exports = React.createClass({
|
||||
if(this.props.name) {
|
||||
name = this.props.name;
|
||||
} else if(this.props.mxEvent) {
|
||||
name = props.mxEvent.getContent().body;
|
||||
name = this.props.mxEvent.getContent().body;
|
||||
} else {
|
||||
name = null;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user