Skip to content

Commit

Permalink
Can Claim bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bobo-k2 committed Nov 15, 2023
1 parent 92b2575 commit 2d10a35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/staking-v3/components/StakingHome.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
Claim staker
</button>
| <button :disabled="!canClaimDappRewards()" @click="claimDappRewards()">Claim dApp</button> |
<button :disabled="canClaimBonusRewards()" @click="claimBonusRewards()">Claim bonus</button> |
<button @click="fetchDappToStore(dapp.chain.address)">Details</button> | [{{
<button :disabled="!canClaimBonusRewards()" @click="claimBonusRewards()">Claim bonus</button>
| <button @click="fetchDappToStore(dapp.chain.address)">Details</button> | [{{
dapp.chain.address
}}]
<b>{{ dapp.basic.name }}</b>
Expand Down

0 comments on commit 2d10a35

Please sign in to comment.