diff --git a/public/react/src/modules/courses/coursesPublic/NewShixunModel.js b/public/react/src/modules/courses/coursesPublic/NewShixunModel.js index 431daaee9..3b3cc2b37 100644 --- a/public/react/src/modules/courses/coursesPublic/NewShixunModel.js +++ b/public/react/src/modules/courses/coursesPublic/NewShixunModel.js @@ -545,19 +545,19 @@ class NewShixunModel extends Component{ > - {/*{*/} - {/* this.props.type==='shixuns'?*/} - {/* (*/} - {/* item.is_jupyter===true?*/} + { + this.props.type==='shixuns'? + ( + item.is_jupyter===true?
Jupyter