pull/21833/head
David Baker 2016-07-18 15:36:19 +01:00
parent 743f79a9a7
commit ffaf7f44f3
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ module.exports = React.createClass({
// inits, the saved value will always be undefined, however getInitialState() // inits, the saved value will always be undefined, however getInitialState()
// is also called from the saving code so we must return the correct value here // is also called from the saving code so we must return the correct value here
// if we have it (although this could race if the user saves before we load whether // if we have it (although this could race if the user saves before we load whether
// the room is oublisherd or not. // the room is published or not).
isRoomPublished: this._originalIsRoomPublished, isRoomPublished: this._originalIsRoomPublished,
}; };
}, },