PR feedback; fix staticness and add ;s

pull/6500/head
Matthew Hodgson 2018-04-18 16:20:42 +01:00
parent e046a72750
commit 104a4150ae
1 changed files with 2 additions and 2 deletions

View File

@ -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) {