client/app/bundles/common/ErrorPage.tsx
Function NotFoundPage
has 42 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const NotFoundPage = (): JSX.Element => {
const { t } = useTranslation();
return (
<ErrorPage
- Create a ticketCreate a ticket
Function ForbiddenPage
has 41 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const ForbiddenPage = (): JSX.Element => {
const { t } = useTranslation();
const sourceURL = useLoaderData() as string | null;
- Create a ticketCreate a ticket