From 90833d4aac8f86aaab87c13c92e68ac8475db6b1 Mon Sep 17 00:00:00 2001 From: Logan Tegman Date: Fri, 9 Sep 2016 20:12:28 -0700 Subject: [PATCH] Fix(challenges): Bug cancel not working --- common/app/routes/challenges/components/Bug-Modal.jsx | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/common/app/routes/challenges/components/Bug-Modal.jsx b/common/app/routes/challenges/components/Bug-Modal.jsx index 57b68762ad..30ccc18eea 100644 --- a/common/app/routes/challenges/components/Bug-Modal.jsx +++ b/common/app/routes/challenges/components/Bug-Modal.jsx @@ -25,12 +25,16 @@ export class BugModal extends PureComponent { } = this.props; return ( Did you find a bug? - × + + × +

@@ -67,6 +71,7 @@ export class BugModal extends PureComponent { block={ true } bsSize='lg' bsStyle='primary' + onClick={ closeBugModal } > Cancel