diff --git a/app/components/CreateFunding.jsx b/app/components/CreateFunding.jsx index b2b6aee..dc5fbd5 100644 --- a/app/components/CreateFunding.jsx +++ b/app/components/CreateFunding.jsx @@ -61,7 +61,7 @@ const CreateFunding = ({ refreshTable }) => { useEffect(() => { if (account) updateBalancesAllowances() - }, account) + }, [account]) return (