Skip to content

Commit

Permalink
Merge pull request #576 from eoscommunity/main
Browse files Browse the repository at this point in the history
EdenOS Release 0.2.21 (one more change!)
  • Loading branch information
brandonfancher authored Oct 13, 2021
2 parents b4cf9d9 + 46abb68 commit 8325840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/webapp/src/pages/election/round-video-upload.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const RoundVideoUploadPage = () => {
if (isError || !currentElection) return <ErrorLoadingElection />;

const uploadLimitTime = electionState
? dayjs(electionState.last_election_time + "Z").add(48, "hour")
? dayjs(electionState.last_election_time + "Z").add(2, "weeks")
: dayjs().add(1, "day");

const isUploadExpired =
Expand Down

0 comments on commit 8325840

Please sign in to comment.