make VectorHomePage override HomePage

pull/6500/head
Matthew Hodgson 2018-04-13 00:42:58 +01:00
parent 41d6995da4
commit f569fddf15
1 changed files with 4 additions and 1 deletions

View File

@ -24,7 +24,10 @@ import sanitizeHtml from 'sanitize-html';
import sdk from 'matrix-react-sdk/lib';
module.exports = React.createClass({
displayName: 'HomePage',
displayName: 'VectorHomePage',
statics: {
replaces: 'HomePage',
},
propTypes: {
// URL base of the team server. Optional.