fix build
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import NextEpochTime from "@/components/epochtime/EpochTime";
|
||||
import Grid2 from "@mui/material/Grid2";
|
||||
import SubHeaderRowActions from "./SubHeaderRowActions";
|
||||
// import { QueryProvider } from "../../providers/QueryProvider";
|
||||
|
||||
const SubHeaderRow = () => {
|
||||
return (
|
||||
|
||||
@@ -18,6 +18,7 @@ const fee = { gas: "1000000", amount: [{ amount: "1000000", denom: "unym" }] };
|
||||
// Fetch delegations
|
||||
const fetchDelegations = async (
|
||||
address: string,
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
nymClient: any,
|
||||
): Promise<Delegation[]> => {
|
||||
const data = await nymClient.getDelegatorDelegations({ delegator: address });
|
||||
|
||||
Reference in New Issue
Block a user