Skip to content

Commit

Permalink
Merge branch 'master' of github.com:tomochain/tomomaster into pqv199x…
Browse files Browse the repository at this point in the history
…-loading-screen
  • Loading branch information
thanhson1085 committed Sep 25, 2018
2 parents ae1d60a + 62d23a7 commit bb66153
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion app/components/candidates/List.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,14 @@
</div>
</div>
</div>
<div class="container">

<div
v-if="candidates.length <= 0"
class="tomo-loading"/>

<div
v-else
class="container">
<div class="row">
<div class="col-12">
<h3 class="section-title">
Expand Down
2 changes: 1 addition & 1 deletion app/components/candidates/View.vue
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@
<i class="tm-signer color-yellow" />
<span>Masternode Rewards</span>
<span class="text-truncate section-title__description">
Calculate Reward for Masternode</span>
Estimated Reward for Masternode</span>
</h3>
</div>
</div>
Expand Down

0 comments on commit bb66153

Please sign in to comment.