Add missing stopPropagation

This commit is contained in:
Travis Ralston
2019-01-02 13:07:40 -07:00
parent 7904b91b58
commit 4c264b87fa

View File

@@ -216,6 +216,7 @@ module.exports = React.createClass({
_onLoginAsGuestClick: function(ev) {
ev.preventDefault();
ev.stopPropagation();
const self = this;
self.setState({