Skip to content

Commit

Permalink
update round app badge
Browse files Browse the repository at this point in the history
  • Loading branch information
codenamejason committed Apr 29, 2024
1 parent 0c8a9cc commit 8a5c6ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@ export function RoundBadgeStatus({ round }: { round: Round }) {
round.applicationsStartTime,
round.applicationsEndTime || now
)) ||
(roundStrategyType === "DirectGrants" && now.isBefore(roundEnds))
(roundStrategyType === "DirectGrants" && now.isBetween(roundEnds, now))
) {
return (
<div
Expand Down

0 comments on commit 8a5c6ca

Please sign in to comment.