prop fix
This commit is contained in:
parent
a5e0aa763b
commit
19cb06d040
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ module.exports = React.createClass({
|
||||||
|
|
||||||
propTypes: {
|
propTypes: {
|
||||||
mxEvent: React.PropTypes.object.isRequired, // event whose sender we're showing
|
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,
|
onClick: React.PropTypes.func,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue