fix: explorer vote card has incorrect timestamp conversion (#15552)
This commit is contained in:
parent
a6b9327cd0
commit
d62c8e7f3b
@ -72,7 +72,7 @@ export function VoteDetailsCard(props: {
|
||||
<tr>
|
||||
<td>Timestamp</td>
|
||||
<td className="text-lg-right text-monospace">
|
||||
{displayTimestampUtc(info.vote.timestamp)}
|
||||
{displayTimestampUtc(info.vote.timestamp * 1000)}
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user