We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdf8c99 commit da528c6Copy full SHA for da528c6
1 file changed
packages/components/src/History.tsx
@@ -51,7 +51,7 @@ function HistoryItemLayout(
51
}}
52
href={`https://explorer.testnet.near.org/blocks/${blockHash58}`} target={"_blank"}>
53
<Text>
54
- {moment(Number(timestamp)/1000000).format("dddd, DD MMMM YYYY, HH:MM:SS")}
+ {moment(Number(timestamp)/1000000).format("dddd, DD MMMM YYYY, HH:mm:ss")}
55
</Text>
56
</Link>
57
</Box>
0 commit comments