client/app/lib/components/core/layouts/Footer.tsx
Function Footer
has 68 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const Footer = (): JSX.Element | null => {
const { t } = useTranslation();
const enabled = useFooter();
const attributions = useAttributions();
- Create a ticketCreate a ticket