From 5470387593b023ccc17b6e6de0fa8320f677b30d Mon Sep 17 00:00:00 2001 From: 0xShuk Date: Thu, 29 Aug 2024 20:23:36 +0530 Subject: [PATCH] change date format in deposit card --- VoteStakeRegistry/components/Account/DepositCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VoteStakeRegistry/components/Account/DepositCard.tsx b/VoteStakeRegistry/components/Account/DepositCard.tsx index 4b905375f1..5ccf139dd5 100644 --- a/VoteStakeRegistry/components/Account/DepositCard.tsx +++ b/VoteStakeRegistry/components/Account/DepositCard.tsx @@ -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 && (