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>
|
<tr>
|
||||||
<td>Timestamp</td>
|
<td>Timestamp</td>
|
||||||
<td className="text-lg-right text-monospace">
|
<td className="text-lg-right text-monospace">
|
||||||
{displayTimestampUtc(info.vote.timestamp)}
|
{displayTimestampUtc(info.vote.timestamp * 1000)}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user