diff --git a/src/components/Project/ProjectCard.jsx b/src/components/Project/ProjectCard.jsx index e9f993a3..b74497cb 100644 --- a/src/components/Project/ProjectCard.jsx +++ b/src/components/Project/ProjectCard.jsx @@ -88,15 +88,6 @@ const ProjectCard = ({ projectData }) => { } }; - const handleModify = async (e) => { - e.stopPropagation(); // prevent event bubbling - setLoading(true); - try { - await handleShow(); // call your API or async function - } finally { - setLoading(false); - } - }; return ( <>