File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed
Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ var InstructionsWithWorkspace = require('../templates/instructions/InstructionsW
1212var AppLabView = React . createClass ( {
1313 propTypes : {
1414 isEditingProject : React . PropTypes . bool . isRequired ,
15- hideSource : React . PropTypes . bool . isRequired ,
1615
1716 screenIds : React . PropTypes . arrayOf ( React . PropTypes . string ) . isRequired ,
1817 onScreenCreate : React . PropTypes . func . isRequired ,
Original file line number Diff line number Diff line change @@ -174,6 +174,7 @@ var InstructionsWithWorkspace = React.createClass({
174174
175175module . exports = connect ( function propsFromStore ( state ) {
176176 return {
177+ hideSource : state . pageConstants . hideSource ,
177178 showInstructions : state . pageConstants . instructionsInTopPane && ! ! state . pageConstants . instructionsMarkdown ,
178179 instructionsCollapsed : state . instructions . collapsed || ! state . pageConstants . instructionsInTopPane ,
179180 instructionsHeight : state . instructions . height ,
You can’t perform that action at this time.
0 commit comments