client/app/bundles/course/experience-points/disbursement/store.ts
Function reducer
has 41 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
(draft: DisbursementState, action: DisbursementActionType) => {
switch (action.type) {
case SAVE_DISBURSEMENT_LIST: {
const courseGroups = action.courseGroups.map((data) => ({
...data,
- Create a ticketCreate a ticket