Commit 54ef6518 authored by Noah Zinsmeister's avatar Noah Zinsmeister

fix re-render bug

parent da22c6d6
......@@ -96,7 +96,7 @@ export function useFetchAllBalances() {
}
}
useMemo(getData, [account, state])
useMemo(getData, [account])
return allBalanceData
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment