LearnersGuild/echo

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

Summary

Maintainability
A
1 hr
Test Coverage

Function projectSummaries has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function projectSummaries(state = initialState, action) {
  switch (action.type) {
    case GET_PROJECT_SUMMARY_REQUEST:
      return Object.assign({}, state, {
        isBusy: true,
Severity: Minor
Found in src/common/reducers/projectSummaries.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status