Skip to content

Commit

Permalink
PR feedback; fix staticness and add ;s
Browse files Browse the repository at this point in the history
  • Loading branch information
ara4n committed Apr 18, 2018
1 parent e046a72 commit 104a415
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/structures/VectorHomePage.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 104a415

Please sign in to comment.