handle clear vesting account info

This commit is contained in:
fmtabbara
2022-03-04 13:01:42 +00:00
parent fe7df3a909
commit 614d096929
+2
View File
@@ -96,11 +96,13 @@ export const useGetBalance = (address?: string): TUseuserBalance => {
const clearBalance = () => setBalance(undefined)
const clearTokenAllocation = () => setTokenAllocation(undefined)
const clearOriginalVesting = () => setOriginalVesting(undefined)
const clearVestingAccountInfo = () => setVestingAccountInfo(undefined)
const clearAll = () => {
clearBalance()
clearTokenAllocation()
clearOriginalVesting()
clearVestingAccountInfo()
}
useEffect(() => {