Skip to content

Commit

Permalink
Merge pull request #3223 from OlympusDAO/develop
Browse files Browse the repository at this point in the history
[Release] - fix date formatting for proposal estimated execution date
  • Loading branch information
brightiron authored Oct 12, 2024
2 parents 799e52d + 284723e commit 9180c30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Governance/Components/Status.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export const Status = ({ proposalId }: { proposalId: number }) => {
</div>
)}
<div>
<Typography fontSize="12px">{proposalDetails.eta.toLocaleString()}</Typography>
<Typography fontSize="12px">{proposalDetails.etaDate.toLocaleString()}</Typography>
<Typography fontWeight="500">Estimated Execution Time</Typography>
</div>
</>
Expand Down

0 comments on commit 9180c30

Please sign in to comment.