Skip to content

Commit

Permalink
Merge pull request #274 from reflexer-labs/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
mstfash authored Nov 2, 2021
2 parents a880bd4 + 89fc5e9 commit e757209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/Earn/Staking/UnStake.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const UnStake = () => {

const exitReqestDeatline =
exitRequests && exitRequests.deadline > 0
? dayjs.unix(exitRequests.deadline).format('MMM D, YYYY')
? dayjs.unix(exitRequests.deadline).format('MMM D, YYYY h:mm A')
: null

const totalUnlockedAmount = useMemo(() => {
Expand Down

0 comments on commit e757209

Please sign in to comment.