Coursemology/coursemology2

View on GitHub
client/app/routers/AuthenticatableApp.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function AuthenticatableApp has 35 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const AuthenticatableApp = (): JSX.Element => {
  const auth = useAuthAdapter();

  switch (auth.activeNavigator) {
    case 'signinRedirect':
Severity: Minor
Found in client/app/routers/AuthenticatableApp.tsx - About 1 hr to fix

There are no issues that match your filters.

Category
Status