From be99f17ee0f9db603646244862d0603e721f9da7 Mon Sep 17 00:00:00 2001 From: David Baker Date: Fri, 30 Sep 2016 14:05:01 +0100 Subject: [PATCH] Oops, right variable --- src/components/structures/MatrixChat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/structures/MatrixChat.js b/src/components/structures/MatrixChat.js index ee99fd2b91..61ca72ad60 100644 --- a/src/components/structures/MatrixChat.js +++ b/src/components/structures/MatrixChat.js @@ -257,7 +257,7 @@ module.exports = React.createClass({ guestAccessToken: null, }; newState.update(state); - this.setState(state); + this.setState(newState); }, onAction: function(payload) {