Coursemology/coursemology2

View on GitHub
client/app/bundles/users/pages/SignUpLandingPage.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function SignUpLandingPage has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const SignUpLandingPage = (): JSX.Element | null => {
  const { t } = useTranslation();

  const email = useEmailFromLocationState();
  if (!email) return <Navigate to="/users/sign_up" />;
Severity: Minor
Found in client/app/bundles/users/pages/SignUpLandingPage.tsx - About 1 hr to fix

There are no issues that match your filters.

Category
Status