Skip to content

Commit 104a415

Browse files
committed
PR feedback; fix staticness and add ;s
1 parent e046a72 commit 104a415

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/structures/VectorHomePage.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ import sanitizeHtml from 'sanitize-html';
2323
import { _t } from 'matrix-react-sdk/lib/languageHandler';
2424

2525
class VectorHomePage extends HomePage {
26-
displayName = 'VectorHomePage'
27-
static replaces = 'HomePage'
26+
static displayName = 'VectorHomePage';
27+
static replaces = 'HomePage';
2828

2929
// we're overriding the base component here, for Riot-specific tweaks
3030
translate(s) {

0 commit comments

Comments
 (0)