LearnersGuild/echo

View on GitHub
src/common/reducers/surveys.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function surveys has 51 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function surveys(state = initialState, action) {
  switch (action.type) {
    case SET_SURVEY_GROUP:
      return Object.assign({}, state, {groupIndex: action.groupIndex})

Severity: Major
Found in src/common/reducers/surveys.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status