fix code regeression

This commit is contained in:
Jorik Schellekens 2020-05-13 15:26:11 +01:00
parent 328bb7bcaf
commit fea219915f

View file

@ -60,9 +60,6 @@ export default class GeneralUserSettingsTab extends React.Component {
emails: [],
msisdns: [],
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);