dev_forum
hjm 6 years ago
parent 8ea08cd9fc
commit a223cd8094

@ -667,7 +667,7 @@ class studentsList extends Component{
`}</style>
<div className="mt20 edu-back-white padding20 teacherList">
{ course_groups && course_groups.length && <CourseGroupChooserModal
{ course_groups && !!course_groups.length && <CourseGroupChooserModal
props={{match: this.props.match, showNotification: this.props.showNotification}}
record={this.state.clickRecord}
fetchAll={this.fetchAll}

Loading…
Cancel
Save