fix: lint

This commit is contained in:
Dexter 2022-05-24 12:30:53 +01:00
parent 0367c6bd7f
commit 2f1d0cf224

View File

@ -56,5 +56,5 @@ export const useGetUserTrancheBalances = (
error: e as Error,
});
}
}, [address, appDispatch, vesting]);
}, [address, appDispatch, tranches, vesting]);
};