mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
fixed offers and needs race condition
This commit is contained in:
parent
d610c20d9d
commit
975771b678
@ -62,6 +62,10 @@ export function OverlayProfile() {
|
||||
|
||||
}, [item])
|
||||
|
||||
useEffect(()=> {
|
||||
|
||||
}, [offers,needs])
|
||||
|
||||
|
||||
|
||||
return (
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user