pull/1232/head
Matthew Hodgson 2016-03-18 20:08:31 +00:00
parent a5e0aa763b
commit 19cb06d040
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ module.exports = React.createClass({
propTypes: {
mxEvent: React.PropTypes.object.isRequired, // event whose sender we're showing
aux: React.PropTypes.object, // stuff to go after the sender name, if anything
aux: React.PropTypes.string, // stuff to go after the sender name, if anything
onClick: React.PropTypes.func,
},