Put back this bind - it's an unrelated fix
This commit is contained in:
parent
7845a63506
commit
93350c43a5
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ import MatrixClientPeg from '../../../MatrixClientPeg';
|
||||||
export class TopLeftMenu extends React.Component {
|
export class TopLeftMenu extends React.Component {
|
||||||
constructor() {
|
constructor() {
|
||||||
super();
|
super();
|
||||||
|
this.viewHomePage = this.viewHomePage.bind(this);
|
||||||
this.openSettings = this.openSettings.bind(this);
|
this.openSettings = this.openSettings.bind(this);
|
||||||
this.signIn = this.signIn.bind(this);
|
this.signIn = this.signIn.bind(this);
|
||||||
this.signOut = this.signOut.bind(this);
|
this.signOut = this.signOut.bind(this);
|
||||||
|
|
Loading…
Reference in a new issue