Skip to content

Commit

Permalink
Merge pull request #376 from Plex-Engineer/venu/eng-1605-fix-unbondin…
Browse files Browse the repository at this point in the history
…g-delegations-table

Fix unbonding delegations Table
  • Loading branch information
dsudit01 authored Mar 29, 2024
2 parents 4dc2720 + e8a304e commit a7e29e3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/staking/components/tableRows.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,7 @@ export const GenerateUnbondingDelegationsTableRow = (
hour: "2-digit",
minute: "2-digit",
hour12: true,
}) +
(completionDate.getHours() >= Number(12) ? "PM" : "AM")
})
: completionDate.getDate().toString().padStart(2, "0") +
"/" +
(completionDate.getMonth() + 1).toString().padStart(2, "0") +
Expand Down

0 comments on commit a7e29e3

Please sign in to comment.