From 975771b678a7a1521ba45bde0322e9751e39a37b Mon Sep 17 00:00:00 2001 From: Anton Tranelis Date: Mon, 19 Feb 2024 21:18:18 +0100 Subject: [PATCH] fixed offers and needs race condition --- src/Components/Profile/OverlayProfile.tsx | 4 ++++ 1 file changed, 4 insertions(+) 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 (