Coursemology/coursemology2

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

Summary

Maintainability
A
1 hr
Test Coverage

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

const ResendConfirmationEmailLandingPage = (): JSX.Element => {
  const { t } = useTranslation();

  const email = useEmailFromLocationState();
  if (!email) return <Navigate to="/users/confirmation/new" />;

There are no issues that match your filters.

Category
Status