nponiros/bookmarks_manager

View on GitHub
app/src/components/App/index.jsx

Summary

Maintainability
A
1 hr
Test Coverage

Function getView has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    {(function getView() {
      switch (view) {
        case LIST_VIEW:
          return (<List />);
        case ADD_BOOKMARK_VIEW:
Severity: Minor
Found in app/src/components/App/index.jsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status