|
|
|
@ -153,11 +153,12 @@ class GraduationTasksappraiseReply extends Component{
|
|
|
|
|
const { current_user, memo } = this.props
|
|
|
|
|
const isAdmin = this.props.isAdmin();
|
|
|
|
|
const isStudent=this.props.isStudent();
|
|
|
|
|
const isNotMember=this.props.isNotMember();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
return(
|
|
|
|
|
<React.Fragment>
|
|
|
|
|
{comment_scores.length===0? "": <div className="edu-back-white padding20-30" style={{marginTop: '16px'}}>
|
|
|
|
|
{comment_scores.length===0&&isStudent===true||comment_scores.length===0&&isNotMember===true? "": <div className="edu-back-white padding20-30" style={{marginTop: '16px'}}>
|
|
|
|
|
{isStudent===true?
|
|
|
|
|
|
|
|
|
|
<GraduationTasksappraiseReplyChild
|
|
|
|
|