client/app/lib/components/core/layouts/MarkdownPage.tsx
Function MarkdownPage
has 38 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const MarkdownPage = (props: MarkdownPageProps): JSX.Element => {
const { markdown, ...pageProps } = props;
return (
<Page {...pageProps}>
<ReactMarkdown
- Create a ticketCreate a ticket