diff --git a/pages/stake.vue b/pages/stake.vue
index 0bff295..9e74414 100755
--- a/pages/stake.vue
+++ b/pages/stake.vue
@@ -129,15 +129,6 @@
-
- You can claim
{{ nfxStillClaimable }} NFX.
-
-
-
-
-
You have a pending unstake of {{ efxUnstaking }} EFX refundable {{ $moment(efxUnstakingTime+"Z").fromNow() }}.
@@ -444,18 +435,6 @@ export default {
this.loading = true
const actions = [
- {
- account: process.env.stakingContract,
- name: 'claim',
- authorization: [{
- actor: this.wallet.auth.accountName,
- permission: this.wallet.auth.permission
- }],
- data: {
- owner: this.wallet.auth.accountName,
- symbol: `4,${(this.stakingModalEfx) ? process.env.efxToken : process.env.nfxToken}`
- }
- },
{
account: process.env.stakingContract,
name: 'unstake',