mavend/octoboard

View on GitHub
src/utils/router/NotLoggedInRoute.js

Summary

Maintainability
A
1 hr
Test Coverage
F
0%

Consider simplifying this complex logical expression.
Open

        if (user && user.displayName) {
          return <Redirect to={from || routes.lobby()} />;
        } else {
          return (
            <>
Severity: Major
Found in src/utils/router/NotLoggedInRoute.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status