From 13fa95ce1057a12f4796955b49c56cc05947f78f Mon Sep 17 00:00:00 2001 From: Katy Huang Date: Thu, 18 Apr 2024 01:40:09 -0700 Subject: [PATCH] style: remove hyper link --- src/components/RegisterGuestModal/RegisterGuestModal.jsx | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/components/RegisterGuestModal/RegisterGuestModal.jsx b/src/components/RegisterGuestModal/RegisterGuestModal.jsx index a1891d7..3d7b6f0 100644 --- a/src/components/RegisterGuestModal/RegisterGuestModal.jsx +++ b/src/components/RegisterGuestModal/RegisterGuestModal.jsx @@ -18,7 +18,6 @@ import { Checkbox, Grid, GridItem, - Link, useDisclosure, Text, InputGroup, @@ -60,7 +59,7 @@ const RegisterGuestModal = ({ isOpen, onClose, eventId }) => { const { isOpen: isAgreementOpen, - onOpen: onAgreementOpen, + // onOpen: onAgreementOpen, onClose: onAgreementClose, } = useDisclosure(); @@ -314,10 +313,7 @@ const RegisterGuestModal = ({ isOpen, onClose, eventId }) => { })) } > - I agree to the{' '} - - terms and conditions - + I agree to the terms and conditions {errors.waiver && {errors.waiver.message}}