You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-14 19:02:33 +03:00
fix code regeression
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user