Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Ce n'est pas Python
Browse files Browse the repository at this point in the history
  • Loading branch information
dbkr committed Oct 1, 2016
1 parent 6abf6c9 commit 91771ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/structures/MatrixChat.js
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ module.exports = React.createClass({
upgradeUsername: null,
guestAccessToken: null,
};
newState.update(state);
Object.assign(newState, state);
this.setState(newState);
},

Expand Down

0 comments on commit 91771ec

Please # to comment.