client/app/bundles/course/lesson-plan/containers/LessonPlanNav/index.jsx
Function render
has 43 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
render() {
const { groups } = this.props;
if (groups.length < 2) {
return null;
- Create a ticketCreate a ticket