make VectorHomePage override HomePage
This commit is contained in:
parent
41d6995da4
commit
f569fddf15
1 changed files with 4 additions and 1 deletions
|
@ -24,7 +24,10 @@ import sanitizeHtml from 'sanitize-html';
|
||||||
import sdk from 'matrix-react-sdk/lib';
|
import sdk from 'matrix-react-sdk/lib';
|
||||||
|
|
||||||
module.exports = React.createClass({
|
module.exports = React.createClass({
|
||||||
displayName: 'HomePage',
|
displayName: 'VectorHomePage',
|
||||||
|
statics: {
|
||||||
|
replaces: 'HomePage',
|
||||||
|
},
|
||||||
|
|
||||||
propTypes: {
|
propTypes: {
|
||||||
// URL base of the team server. Optional.
|
// URL base of the team server. Optional.
|
||||||
|
|
Loading…
Reference in a new issue