chore: cleanup unused

This commit is contained in:
Carlos Valente
2024-07-16 21:33:53 +02:00
committed by Carlos Valente
parent c5e821df35
commit 33b04e01c9
@@ -54,7 +54,6 @@ function Overlay() {
}; };
}, [showOverlay, id, setIdentify, handleClose]); }, [showOverlay, id, setIdentify, handleClose]);
console.log('here2');
return ( return (
<div className={style.overlay} data-testid='identify-overlay' onClick={handleClose}> <div className={style.overlay} data-testid='identify-overlay' onClick={handleClose}>
<div className={style.name}>{name}</div> <div className={style.name}>{name}</div>