diff --git a/apps/wallet-dashboard/components/Dialogs/vesting/VestingScheduleBox.tsx b/apps/wallet-dashboard/components/Dialogs/vesting/VestingScheduleBox.tsx index dc01cd01129..d8d9dcdb14b 100644 --- a/apps/wallet-dashboard/components/Dialogs/vesting/VestingScheduleBox.tsx +++ b/apps/wallet-dashboard/components/Dialogs/vesting/VestingScheduleBox.tsx @@ -21,6 +21,7 @@ export function VestingScheduleBox({ const isLocked = expirationTimestampMs > Number(currentEpochMs); const transactionDate = formatDate(Number(expirationTimestampMs), [ + 'year', 'month', 'day', 'hour',