Use LoginHeader everywhere

This commit is contained in:
Kegan Dougal 2015-12-01 16:29:58 +00:00
parent 05a6121934
commit 673b01267a
4 changed files with 6 additions and 8 deletions

View file

@ -44,7 +44,7 @@ var INITIAL_SIZE = 20;
module.exports = React.createClass({
displayName: 'RoomView',
propTypes: {
ConferenceHandler: React.PropTypes.any // VectorConferenceHandler
ConferenceHandler: React.PropTypes.any
},
getInitialState: function() {