client/app/bundles/users/pages/SignUpLandingPage.tsx
Function SignUpLandingPage
has 27 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const SignUpLandingPage = (): JSX.Element | null => {
const { t } = useTranslation();
const email = useEmailFromLocationState();
if (!email) return <Navigate to="/users/sign_up" />;
- Create a ticketCreate a ticket