Skip to content

Commit

Permalink
fix(webapp): fixed all dates format
Browse files Browse the repository at this point in the history
  • Loading branch information
AngeloCG97 committed Mar 31, 2023
1 parent f74f210 commit fa576a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/webapp/src/pages/election/round-video-upload.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -281,8 +281,8 @@ const Header = ({
? `Delegate: ${winner.name}`
: roundStartTime && roundEndTime
? `${roundStartTime.utc().format("LT")} - ${roundEndTime
.utc()
.format("LT")} UTC`
.utc()
.format("LT")} UTC`
: "Consensus not achieved";

return (
Expand Down

0 comments on commit fa576a8

Please sign in to comment.