Skip to content

Commit

Permalink
feat: add year
Browse files Browse the repository at this point in the history
  • Loading branch information
evavirseda committed Dec 27, 2024
1 parent 4c7e7c5 commit ec31f29
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export function VestingScheduleBox({

const isLocked = expirationTimestampMs > Number(currentEpochMs);
const transactionDate = formatDate(Number(expirationTimestampMs), [
'year',
'month',
'day',
'hour',
Expand Down

0 comments on commit ec31f29

Please sign in to comment.