diff --git a/src/components/CaptchaModal.jsx b/src/components/CaptchaModal.jsx index 7b76cd07..aaf23fce 100644 --- a/src/components/CaptchaModal.jsx +++ b/src/components/CaptchaModal.jsx @@ -257,6 +257,8 @@ const CaptchaModal = ({ isOpen, closeModal, captchaImage }) => { setCaptchaResponse(event.target.value); }; + const nodeRef = React.useRef(null); + return ( { shouldCloseOnOverlayClick={false} selectedStyle={selectedStyle} overlayClassName="hide-modal-overlay"> - -
+ +
Challenges for