Skip to content

Commit

Permalink
fix/update permit deadline func (#3361)
Browse files Browse the repository at this point in the history
* update permit dealine func

* FIX LINT
  • Loading branch information
codenamejason authored Apr 25, 2024
1 parent b02cde4 commit 7432d7b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ export function SummaryContainer() {
? [...rounds]
.sort(
(a, b) => a.roundEndTime.getTime() - b.roundEndTime.getTime()
)[0]
)[rounds.length - 1]
.roundEndTime.getTime()
: 0;

Expand Down

0 comments on commit 7432d7b

Please sign in to comment.