Skip to content

Commit

Permalink
Voting: fix UTC still being present in VoteDetail (aragon#1127)
Browse files Browse the repository at this point in the history
  • Loading branch information
sohkai authored Apr 12, 2020
1 parent b7b9a7b commit ff49b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/voting/app/src/screens/VoteDetail.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import { getQuorumProgress } from '../vote-utils'
import { VOTE_NAY, VOTE_YEA } from '../vote-types'
import { addressesEqual } from '../web3-utils'

const formatDate = date => `${format(date, 'do MMM yy, HH:mm')} UTC`
const formatDate = date => `${format(date, 'do MMM yy, HH:mm')}`

const DEFAULT_DESCRIPTION =
'No additional description has been provided for this proposal.'
Expand Down

0 comments on commit ff49b5e

Please sign in to comment.