Coursemology/coursemology2

View on GitHub
client/app/bundles/course/assessment/submission/reducers/topics.js

Summary

Maintainability
A
1 hr
Test Coverage

Function default has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function (state = {}, action) {
  switch (action.type) {
    case actions.FETCH_SUBMISSION_SUCCESS:
      return {
        ...state,
Severity: Minor
Found in client/app/bundles/course/assessment/submission/reducers/topics.js - About 1 hr to fix

There are no issues that match your filters.

Category
Status