1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-08 21:42:24 +03:00

remove stale state

This commit is contained in:
Matthew Hodgson
2016-09-15 22:48:35 +01:00
parent f2a8ead42a
commit c21309fdf6

View File

@@ -72,7 +72,6 @@ module.exports = React.createClass({
getInitialState: function() { getInitialState: function() {
return { return {
avatarUrl: null, avatarUrl: null,
myDevice: null,
threePids: [], threePids: [],
phase: "UserSettings.LOADING", // LOADING, DISPLAY phase: "UserSettings.LOADING", // LOADING, DISPLAY
email_add_pending: false, email_add_pending: false,