mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 20:38:55 +03:00
fix code regeression
This commit is contained in:
parent
328bb7bcaf
commit
fea219915f
1 changed files with 0 additions and 3 deletions
|
@ -60,9 +60,6 @@ export default class GeneralUserSettingsTab extends React.Component {
|
||||||
emails: [],
|
emails: [],
|
||||||
msisdns: [],
|
msisdns: [],
|
||||||
loading3pids: true, // whether or not the emails and msisdns have been loaded
|
loading3pids: true, // whether or not the emails and msisdns have been loaded
|
||||||
...this._calculateThemeState(),
|
|
||||||
customThemeUrl: "",
|
|
||||||
customThemeMessage: {isError: false, text: ""},
|
|
||||||
};
|
};
|
||||||
|
|
||||||
this.dispatcherRef = dis.register(this._onAction);
|
this.dispatcherRef = dis.register(this._onAction);
|
||||||
|
|
Loading…
Reference in a new issue