Skip to content

Commit

Permalink
Update StakeContract.svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
nortonandreev committed Nov 18, 2024
1 parent da42222 commit 16a6c4b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,13 +113,13 @@
value: duskFormatter(luxToDusk(spendable)),
},
{
label: "Reclaimable",
label: "Active Stake",
value: stakeInfo.amount
? duskFormatter(luxToDusk(stakeInfo.amount.value))
: null,
},
{
label: "Locked",
label: "Penalized Stake",
value: stakeInfo.amount
? duskFormatter(luxToDusk(stakeInfo.amount.locked))
: null,
Expand Down

0 comments on commit 16a6c4b

Please sign in to comment.