Skip to content

Commit

Permalink
Merge pull request #401 from pqv199x/issue-389
Browse files Browse the repository at this point in the history
disable withdrawal button until withdrawBlock comes
  • Loading branch information
thanhson1085 authored Dec 22, 2018
2 parents 15738a7 + bde2523 commit 00f9752
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/components/Setting.vue
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@
variant="primary"
@click="withdraw(w.blockNumber, k)">Withdraw</b-button> -->
<b-button
:disabled="w.blockNumber > chainConfig.blockNumber"
variant="primary"
@click="changeView(w, k)">Withdraw</b-button>
</li>
Expand Down

0 comments on commit 00f9752

Please sign in to comment.