PR feedback

This commit is contained in:
David Baker 2017-02-13 19:09:43 +00:00
parent 8fc3104507
commit 36d126f3a9
4 changed files with 7 additions and 15 deletions

View file

@ -61,8 +61,6 @@ export default React.createClass({
},
_onCancelClick: function(e) {
e.stopPropagation();
e.preventDefault();
this.props.onFinished();
},