1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-06-27 15:01:53 +03:00

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() {