fix warning
This commit is contained in:
parent
a4968ca967
commit
ab10f1d6b0
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ var CallHandler = require("../../CallHandler");
|
|||
|
||||
module.exports = {
|
||||
propTypes: {
|
||||
room: React.PropTypes.object.isRequired,
|
||||
room: React.PropTypes.object,
|
||||
editing: React.PropTypes.bool,
|
||||
onSettingsClick: React.PropTypes.func,
|
||||
onSaveClick: React.PropTypes.func,
|
||||
|
|
Loading…
Reference in a new issue