RyanofWoods/rails-react-swedish-birds

View on GitHub
app/javascript/react_app/components/shared/navbar.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function Navbar has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const Navbar = (): JSX.Element => {
  const isUserLoggedIn = useAppSelector(state => state.userData.isLoggedIn)
  let authenticationLink: string
  let authenticationLinkMethod: string
  let authenticationText: string
Severity: Minor
Found in app/javascript/react_app/components/shared/navbar.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status