We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e046a72 commit 104a415Copy full SHA for 104a415
src/components/structures/VectorHomePage.js
@@ -23,8 +23,8 @@ import sanitizeHtml from 'sanitize-html';
23
import { _t } from 'matrix-react-sdk/lib/languageHandler';
24
25
class VectorHomePage extends HomePage {
26
- displayName = 'VectorHomePage'
27
- static replaces = 'HomePage'
+ static displayName = 'VectorHomePage';
+ static replaces = 'HomePage';
28
29
// we're overriding the base component here, for Riot-specific tweaks
30
translate(s) {
0 commit comments