Skip to content

Commit

Permalink
chore: adjust timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
zone-live committed Dec 20, 2024
1 parent b0f3d1d commit f4b8b20
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -316,8 +316,10 @@ export default function TransactionList({
const groupedTransactions = [];

transactions.data.forEach((transaction) => {
const timestamp = transaction.timestamp * 1000;

const date = formatDateWithYearContext(
transaction.timestamp,
timestamp,
'MMM d, y',
'MMM d',
);
Expand Down

0 comments on commit f4b8b20

Please sign in to comment.