mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
prop fix
This commit is contained in:
parent
a5e0aa763b
commit
19cb06d040
@ -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,
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user