Add missing stopPropagation

This commit is contained in:
Travis Ralston
2019-01-03 14:23:26 -07:00
parent 7904b91b58
commit 4c264b87fa
+1
View File
@@ -216,6 +216,7 @@ module.exports = React.createClass({
_onLoginAsGuestClick: function(ev) {
ev.preventDefault();
ev.stopPropagation();
const self = this;
self.setState({