mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-03 03:50:42 +03:00
AuxPanel: Add type checking for userId and showApps properties
This commit is contained in:
parent
b63edcb390
commit
5d898dd098
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue