fix typo introduced in #1340

pull/1376/head
Matthew Hodgson 2016-04-04 00:17:50 +01:00
parent d434ea55a8
commit ad9d032f82
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}