We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2ba091 commit 37e5ff7Copy full SHA for 37e5ff7
src/pages/Home/index.js
@@ -63,7 +63,7 @@ useEffect(()=>{
63
peopleOwe:positive,
64
}
65
setAmount(updatedAmount)
66
-},[transactions])
+},[transactions,user])
67
68
// const [spent, setSpent] = useState(0);
69
// const [remain, setRemain] = useState(0);
0 commit comments