Skip to content

Commit 6cec6ff

Browse files
author
=
committed
chore: update date text for tx activity rows
1 parent 95236ed commit 6cec6ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/dashboard/src/app/(dashboard)/hackweek/[chain_id]/[address]/components/ActivityOverview.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ export function ActivityOverview({
101101
<TableCell>{tx.value}</TableCell>
102102
<TableCell>{tx.from}</TableCell>
103103
<TableCell>{tx.to}</TableCell>
104-
<TableCell>{formatDistanceToNow(tx.date)}</TableCell>
104+
<TableCell>{formatDistanceToNow(tx.date)} ago</TableCell>
105105
</TableRow>
106106
))}
107107
</TableBody>

0 commit comments

Comments
 (0)