diff --git a/app/_components/modal/AddressModal.tsx b/app/_components/modal/AddressModal.tsx index 1da2bf00..f652cd27 100644 --- a/app/_components/modal/AddressModal.tsx +++ b/app/_components/modal/AddressModal.tsx @@ -7,7 +7,7 @@ import { UseFormSetValue } from "react-hook-form"; import ModalFrame from "./ModalFrame"; interface Props { - setValue: UseFormSetValue | UseFormSetValue; + setValue: UseFormSetValue; closeModal: () => void; }