PR feedback; fix staticness and add ;s

This commit is contained in:
Matthew Hodgson 2018-04-18 16:20:42 +01:00
parent e046a72750
commit 104a4150ae

View File

@ -23,8 +23,8 @@ import sanitizeHtml from 'sanitize-html';
import { _t } from 'matrix-react-sdk/lib/languageHandler'; import { _t } from 'matrix-react-sdk/lib/languageHandler';
class VectorHomePage extends HomePage { class VectorHomePage extends HomePage {
displayName = 'VectorHomePage' static displayName = 'VectorHomePage';
static replaces = 'HomePage' static replaces = 'HomePage';
// we're overriding the base component here, for Riot-specific tweaks // we're overriding the base component here, for Riot-specific tweaks
translate(s) { translate(s) {