diff --git a/packages/round-manager/src/features/round/ViewApplicationPage.tsx b/packages/round-manager/src/features/round/ViewApplicationPage.tsx index c79de020e1..e762384a25 100644 --- a/packages/round-manager/src/features/round/ViewApplicationPage.tsx +++ b/packages/round-manager/src/features/round/ViewApplicationPage.tsx @@ -63,12 +63,14 @@ import { getUTCTime, VerifiedCredentialState, } from "common"; -import { renderToHTML, ROUND_PAYOUT_DIRECT } from "common"; +import { renderToHTML } from "common"; import { useDebugMode } from "../../hooks"; import { getPayoutRoundDescription } from "../common/Utils"; import moment from "moment"; import ApplicationDirectPayout from "./ApplicationDirectPayout"; +const ROUND_PAYOUT_DIRECT = "DIRECT"; + type Status = "done" | "current" | "rejected" | "approved" | undefined; export const IAM_SERVER =