department-of-veterans-affairs/vets-website

View on GitHub
src/applications/mhv-secure-messaging/components/MessageActionButtons/PrintBtn.jsx

Summary

Maintainability
A
1 hr
Test Coverage

Function PrintBtn has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const PrintBtn = props => {
  const printButtonRef = useRef(null);
  const { activeFolder } = props;

  const handleConfirmPrint = () => {

    There are no issues that match your filters.

    Category
    Status