Skip to content

Commit

Permalink
fix: application page
Browse files Browse the repository at this point in the history
  • Loading branch information
boudra committed Feb 16, 2024
1 parent 1a34cc7 commit d92254c
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit d92254c

Please sign in to comment.