Put back this bind - it's an unrelated fix

pull/21833/head
David Baker 2019-02-14 16:07:44 +00:00
parent 7845a63506
commit 93350c43a5
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ import MatrixClientPeg from '../../../MatrixClientPeg';
export class TopLeftMenu extends React.Component {
constructor() {
super();
this.viewHomePage = this.viewHomePage.bind(this);
this.openSettings = this.openSettings.bind(this);
this.signIn = this.signIn.bind(this);
this.signOut = this.signOut.bind(this);