diff --git a/src/components/Node/Joint.jsx b/src/components/Node/Joint.jsx index 071d3c1..fed0e5d 100644 --- a/src/components/Node/Joint.jsx +++ b/src/components/Node/Joint.jsx @@ -17,12 +17,12 @@ function Joint({ children, attr2, predicateName, pivot, match, notMatch, onChang const { isOpen, onOpen, onClose } = useDisclosure(); const [size, setSize] = useState('lg'); - const handleSizeClick = () => { + const handleOpenModalClick = () => { onOpen(); }; return ( - - + + {attr2} {predicateName} {pivot}