-
Grant Round
-
{props.round.programName ?? ""}
-
{props.round.roundMetadata.name}
- {isDirectRound && hasProperStatus && (
- <>
-
Contact Information:
-
- {props.round.roundMetadata.support?.info}
-
- >
- )}
- {!isDirectRound && (
- <>
-
Application Period:
-
- {formatDate(props.round.applicationsStartTime * 1000)} -{" "}
- {isInfinite(props.round.applicationsEndTime) ||
- !props.round.applicationsEndTime
- ? "No End Date"
- : formatDate(props.round.applicationsEndTime * 1000)}
-
- >
- )}
-
Round Dates:
-
- {formatDate(props.round.roundStartTime * 1000)} -{" "}
- {isInfinite(props.round.applicationsEndTime) ||
- !props.round.applicationsEndTime
- ? "No End Date"
- : formatDate(props.round.roundEndTime * 1000)}
-
-
- Need Help? Check out the{" "}
-
- Builder Guide.
-
-
-