Skip to content

Commit

Permalink
change date format in deposit card (#2429)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xShuk authored Aug 29, 2024
1 parent 2a5d38c commit 06f2aed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VoteStakeRegistry/components/Account/DepositCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ const DepositCard = ({
)}`}
value={`${dayjs(
deposit!.nextVestingTimestamp!.toNumber() * 1000
).format('DD-MM-YYYY HH:mm')}`}
).format('MM-DD-YYYY HH:mm')}`}
/>
)}
{isRealmCommunityMint && (
Expand Down

0 comments on commit 06f2aed

Please sign in to comment.