diff --git a/explorer/src/components/instruction/vote/VoteDetailsCard.tsx b/explorer/src/components/instruction/vote/VoteDetailsCard.tsx index 3472a59959..c06f86d2de 100644 --- a/explorer/src/components/instruction/vote/VoteDetailsCard.tsx +++ b/explorer/src/components/instruction/vote/VoteDetailsCard.tsx @@ -72,7 +72,7 @@ export function VoteDetailsCard(props: { Timestamp - {displayTimestampUtc(info.vote.timestamp)} + {displayTimestampUtc(info.vote.timestamp * 1000)}