From 104a4150aec4570d0361bfb5be56319a894d2e79 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Wed, 18 Apr 2018 16:20:42 +0100 Subject: [PATCH] PR feedback; fix staticness and add ;s --- src/components/structures/VectorHomePage.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/structures/VectorHomePage.js b/src/components/structures/VectorHomePage.js index 5bca5778..7f741303 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) {