Revert "adding loading placeholders to avoid the screen resize in tab-home view"
This commit is contained in:
parent
05b8aa2b4c
commit
8cefdc1312
6 changed files with 75 additions and 146 deletions
|
|
@ -8,7 +8,7 @@
|
|||
</i>
|
||||
<span class="wallet-name">{{wallet.name || wallet.id}}</span>
|
||||
<span class="item-note m10l" ng-if="!wallet.balanceHidden">
|
||||
{{wallet.status.availableBalanceStr || '...'}}
|
||||
{{wallet.status.availableBalanceStr}}
|
||||
</span>
|
||||
<span class="item-note m10l" ng-if="wallet.balanceHidden" translate>[Balance Hidden]</span>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue