Skip to content

Commit f569fdd

Browse files
committed
make VectorHomePage override HomePage
1 parent 41d6995 commit f569fdd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/components/structures/VectorHomePage.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@ import sanitizeHtml from 'sanitize-html';
2424
import sdk from 'matrix-react-sdk/lib';
2525

2626
module.exports = React.createClass({
27-
displayName: 'HomePage',
27+
displayName: 'VectorHomePage',
28+
statics: {
29+
replaces: 'HomePage',
30+
},
2831

2932
propTypes: {
3033
// URL base of the team server. Optional.

0 commit comments

Comments
 (0)