src/applications/discover-your-benefits/components/CopyResultsModal.jsx
Function CopyResultsModal
has 61 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const CopyResultsModal = () => {
const [isOpen, setIsOpen] = useState(false);
const [showAlert, setShowAlert] = useState(false);
const currentUrl = window.location.href;
const toggleModal = open => {