nponiros/bookmarks_manager

View on GitHub
app/src/actions/index.js

Summary

Maintainability
A
3 hrs
Test Coverage

Function handleAction has 91 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function handleAction(action, ...args) {
  return (dispatch) => {
    switch (action) {
      case OPEN_ADD_BOOKMARK:
        return dispatch(openAddBookmark(...args));
Severity: Major
Found in app/src/actions/index.js - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status