coronasafe/care_fe

View on GitHub
src/CAREUI/misc/PrintPreview.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Showing 1 of 1 total issue

Function PrintPreview has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function PrintPreview(props: Props) {
const initialScale = useBreakpoints({ default: 0.44, md: 1 });
const { goBack } = useAppHistory();
const { t } = useTranslation();
 
 
Severity: Minor
Found in src/CAREUI/misc/PrintPreview.tsx - About 1 hr to fix
Category
Status