fixed offers and needs race condition

This commit is contained in:
Anton Tranelis 2024-02-19 21:18:18 +01:00
parent d610c20d9d
commit 975771b678

View File

@ -62,6 +62,10 @@ export function OverlayProfile() {
}, [item])
useEffect(()=> {
}, [offers,needs])
return (