From 5fa16f312455fe8ff8f6b8d726617a6b7d1075e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=9E=97?= <904079904@qq.com> Date: Thu, 12 Dec 2019 20:41:49 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../courses/coursesPublic/NewShixunModel.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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