1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-22 18:41:57 +03:00

Oops, right variable

This commit is contained in:
David Baker
2016-09-30 14:05:01 +01:00
parent 8aeb0cfb68
commit be99f17ee0

@ -257,7 +257,7 @@ module.exports = React.createClass({
guestAccessToken: null,
};
newState.update(state);
this.setState(state);
this.setState(newState);
},
onAction: function(payload) {