fix build

This commit is contained in:
Yana
2025-01-24 09:35:26 +02:00
parent 0d47fe01fb
commit d44a40c186
2 changed files with 1 additions and 1 deletions
@@ -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 });