diff --git a/src/components/structures/VectorHomePage.js b/src/components/structures/VectorHomePage.js index 5bca577872..7f74130349 100644 --- a/src/components/structures/VectorHomePage.js +++ b/src/components/structures/VectorHomePage.js @@ -23,8 +23,8 @@ import sanitizeHtml from 'sanitize-html'; import { _t } from 'matrix-react-sdk/lib/languageHandler'; class VectorHomePage extends HomePage { - displayName = 'VectorHomePage' - static replaces = 'HomePage' + static displayName = 'VectorHomePage'; + static replaces = 'HomePage'; // we're overriding the base component here, for Riot-specific tweaks translate(s) {