Oops, right variable

pull/21833/head
David Baker 2016-09-30 14:05:01 +01:00
parent 8aeb0cfb68
commit be99f17ee0
1 changed files with 1 additions and 1 deletions

View File

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