diff --git a/src/Components/Profile/OverlayProfile.tsx b/src/Components/Profile/OverlayProfile.tsx index 61900162..bc7d3b3a 100644 --- a/src/Components/Profile/OverlayProfile.tsx +++ b/src/Components/Profile/OverlayProfile.tsx @@ -62,6 +62,10 @@ export function OverlayProfile() { }, [item]) + useEffect(()=> { + + }, [offers,needs]) + return (