mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 11:47:23 +03:00
Oops, right variable
This commit is contained in:
parent
8aeb0cfb68
commit
be99f17ee0
1 changed files with 1 additions and 1 deletions
|
@ -257,7 +257,7 @@ module.exports = React.createClass({
|
|||
guestAccessToken: null,
|
||||
};
|
||||
newState.update(state);
|
||||
this.setState(state);
|
||||
this.setState(newState);
|
||||
},
|
||||
|
||||
onAction: function(payload) {
|
||||
|
|
Loading…
Reference in a new issue