mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
PR feedback; fix staticness and add ;s
This commit is contained in:
parent
e046a72750
commit
104a4150ae
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user