1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2026-01-03 21:42:32 +03:00

fix warning

This commit is contained in:
Matthew Hodgson
2015-11-11 02:01:37 +01:00
parent a4968ca967
commit ab10f1d6b0

View File

@@ -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,