diff --git a/src/components/structures/VectorHomePage.js b/src/components/structures/VectorHomePage.js index c46ceeba7b..52c9226f8f 100644 --- a/src/components/structures/VectorHomePage.js +++ b/src/components/structures/VectorHomePage.js @@ -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.