From 4b9f5d737af6d371b56c1df356ffacf0592db7d9 Mon Sep 17 00:00:00 2001 From: Pramod Mahajan Date: Sun, 4 May 2025 18:59:18 +0530 Subject: [PATCH] removed unused code --- src/components/Project/ProjectCard.jsx | 9 --------- 1 file changed, 9 deletions(-) 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 ( <>