Skip to content

Commit da528c6

Browse files
authored
fix(components): Timestamp value in history
1 parent bdf8c99 commit da528c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/components/src/History.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ function HistoryItemLayout(
5151
}}
5252
href={`https://explorer.testnet.near.org/blocks/${blockHash58}`} target={"_blank"}>
5353
<Text>
54-
{moment(Number(timestamp)/1000000).format("dddd, DD MMMM YYYY, HH:MM:SS")}
54+
{moment(Number(timestamp)/1000000).format("dddd, DD MMMM YYYY, HH:mm:ss")}
5555
</Text>
5656
</Link>
5757
</Box>

0 commit comments

Comments
 (0)