We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b3d42d commit 8cfa2e0Copy full SHA for 8cfa2e0
src/components/ProjectCard/ProjectCard.jsx
@@ -33,10 +33,6 @@ export default function ProjectCard({
33
34
useEffect(() => {
35
cardRef.current.addEventListener('mouseup', e => handleOutClose(e));
36
-
37
- return () => {
38
- cardRef.current.removeEventListener('mouseup', e => handleOutClose(e));
39
- };
40
}, []);
41
42
return (
0 commit comments