fix(challenges): Added bug modal to classic ch (#15828)

Closes #15740
This commit is contained in:
Dylan
2017-09-01 13:16:19 -05:00
committed by Quincy Larson
parent 885c73abac
commit 900617613f

View File

@ -6,6 +6,7 @@ import PureComponent from 'react-pure-render/component';
import ns from './ns.json';
import BugModal from '../../Bug-Modal.jsx';
import ToolPanel from './Tool-Panel.jsx';
import ChallengeTitle from '../../Challenge-Title.jsx';
import ChallengeDescription from '../../Challenge-Description.jsx';
@ -146,6 +147,7 @@ export class SidePanel extends PureComponent {
unlockUntrustedCode={ unlockUntrustedCode }
updateHint={ updateHint }
/>
<BugModal />
<Output
defaultOutput={
`/**