LearnersGuild/echo

View on GitHub
src/common/routes/index.jsx

Summary

Maintainability
A
1 hr
Test Coverage

Function routes has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const routes = store => {
  return (
    <Route path="/" component={userIsAuthenticated(App)}>
      <IndexRedirect to="/phases"/>
      <Route path="/chapters" component={Blank}>
Severity: Minor
Found in src/common/routes/index.jsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status