client/app/bundles/course/duplication/pages/Duplication/DuplicateAllButton.jsx
Function render
has 38 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
render() {
const { duplicationMode, disabled, isDuplicating, isDuplicationSuccess } =
this.props;
if (duplicationMode !== duplicationModes.COURSE) {
return null;
- Create a ticketCreate a ticket