Feature(challenges): add bug modal and logic

This commit is contained in:
Berkeley Martinez
2016-07-11 21:54:55 -07:00
parent efcfaf0391
commit 57b6debb44
11 changed files with 202 additions and 13 deletions

View File

@@ -7,6 +7,7 @@ import PureComponent from 'react-pure-render/component';
import { Col } from 'react-bootstrap';
import SidePanel from './Side-Panel.jsx';
import ToolPanel from './Tool-Panel.jsx';
import BugModal from '../Bug-Modal.jsx';
import { challengeSelector } from '../../redux/selectors';
@@ -71,6 +72,7 @@ export class Project extends PureComponent {
<br />
<ToolPanel />
<br />
<BugModal />
</Col>
</div>
);