We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41d6995 commit f569fddCopy full SHA for f569fdd
src/components/structures/VectorHomePage.js
@@ -24,7 +24,10 @@ import sanitizeHtml from 'sanitize-html';
24
import sdk from 'matrix-react-sdk/lib';
25
26
module.exports = React.createClass({
27
- displayName: 'HomePage',
+ displayName: 'VectorHomePage',
28
+ statics: {
29
+ replaces: 'HomePage',
30
+ },
31
32
propTypes: {
33
// URL base of the team server. Optional.
0 commit comments