This commit is contained in:
Bruno Windels 2018-11-01 17:56:08 +01:00
parent 3e02f247c8
commit 4c5bd71114
6 changed files with 14 additions and 20 deletions

View file

@ -19,7 +19,6 @@ import dis from '../../../dispatcher';
import { _t } from '../../../languageHandler';
export class TopLeftMenu extends React.Component {
constructor() {
super();
this.openSettings = this.openSettings.bind(this);