src/CAREUI/misc/PrintPreview.tsx
Showing 1 of 1 total issue
Function PrintPreview
has 33 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export default function PrintPreview(props: Props) { const initialScale = useBreakpoints({ default: 0.44, md: 1 }); const { goBack } = useAppHistory(); const { t } = useTranslation();
- Create a ticketCreate a ticket