Skip to content

Commit

Permalink
wip: copy
Browse files Browse the repository at this point in the history
  • Loading branch information
shanimal08 committed Oct 2, 2024
1 parent c9a455e commit 501fa19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/SideBar/components/Wallet/HistoryItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export default function HistoryItem({ item }: HistoryItemProps) {
<TariSvg />
</SquadIconWrapper>
<InfoWrapper>
<Typography>{`Solved block #${item.solvedBlock}`}</Typography>
<Typography>{`Block #${item.solvedBlock}`}</Typography>
<Typography variant="p">
{item.time
?.toLocaleString(undefined, {
Expand Down

0 comments on commit 501fa19

Please sign in to comment.