mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
make VectorHomePage override HomePage
This commit is contained in:
parent
41d6995da4
commit
f569fddf15
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user