mirror of https://github.com/vector-im/riot-web
AuxPanel: Add type checking for userId and showApps properties
parent
b63edcb390
commit
5d898dd098
|
@ -29,6 +29,8 @@ module.exports = React.createClass({
|
|||
propTypes: {
|
||||
// js-sdk room object
|
||||
room: React.PropTypes.object.isRequired,
|
||||
userId: React.PropTypes.string.isRequired,
|
||||
showApps: React.PropTypes.bool,
|
||||
|
||||
// Conference Handler implementation
|
||||
conferenceHandler: React.PropTypes.object,
|
||||
|
|
Loading…
Reference in New Issue