Merge pull request #632 from jamal-jackson/feature/recieve_view_polish

removed unneeded line for wallet card view
This commit is contained in:
Gustavo Maximiliano Cortez 2016-10-21 16:54:36 -03:00 committed by GitHub
commit 299ef8ab7c
1 changed files with 0 additions and 3 deletions

View File

@ -10,9 +10,6 @@
<span class="item-note m10l">
{{wallet.status.availableBalanceStr}}
</span>
<span class="item-note m10l wallet-number" ng-class="{'visible': wallet.n > 1 && wallet.isComplete()}">
{{wallet.m}}-of-{{wallet.n}}
</span>
</div>
</div>
</ion-slide-page>