useEffect requires array as param
This commit is contained in:
parent
47e287adb0
commit
f15d0706d9
|
@ -61,7 +61,7 @@ const CreateFunding = ({ refreshTable }) => {
|
|||
|
||||
useEffect(() => {
|
||||
if (account) updateBalancesAllowances()
|
||||
}, account)
|
||||
}, [account])
|
||||
|
||||
return (
|
||||
<Formik
|
||||
|
|
Loading…
Reference in New Issue