diff --git a/app/my/createProfile/page.jsx b/app/my/createProfile/page.jsx index 56fcc67..ca9cddd 100644 --- a/app/my/createProfile/page.jsx +++ b/app/my/createProfile/page.jsx @@ -38,18 +38,11 @@ const ListItemWithCheckbox = ({ setFormData, superSingleCheckeds, }) => { - const checkboxRef = useRef(null); return ( -