Skip to content

Commit

Permalink
fix typecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
0xKurt committed May 2, 2024
1 parent 3c6bf77 commit 6280478
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ import { useRoundById } from "../../context/round/RoundContext";
import { useUpdateRound } from "../../context/round/UpdateRoundContext";
import { getPayoutTokenOptions, payoutTokens } from "../api/payoutTokens";
import { ProgressStatus, ProgressStep, Round } from "../api/types";
import { CHAINS, SupportType, isInfiniteDate } from "../api/utils";
import { CHAINS, SupportType } from "../api/utils";
import ConfirmationModal from "../common/ConfirmationModal";
import ErrorModal from "../common/ErrorModal";
import FormValidationErrorList from "../common/FormValidationErrorList";
Expand All @@ -56,6 +56,7 @@ import { ethers } from "ethers";
import { getConfig } from "common/src/config";
import { zeroAddress } from "viem";
import { NATIVE } from "common/dist/allo/common";
import { isInfiniteDate } from "common/src/allo/common";

type EditMode = {
canEdit: boolean;
Expand Down

0 comments on commit 6280478

Please sign in to comment.