LearnersGuild/echo

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

Summary

Maintainability
A
1 hr
Test Coverage

Function app has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function app(state = initialState, action) {
  switch (action.type) {
    case APP_SHOW_LOADING:
      return {...state, showLoading: true}

Severity: Minor
Found in src/common/reducers/app.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status