Update walletHome.html
This commit is contained in:
parent
dbbcd2e5d7
commit
c0c0d20d73
1 changed files with 3 additions and 2 deletions
|
|
@ -253,8 +253,9 @@
|
|||
</div>
|
||||
|
||||
<div class="text-gray text-center size-12 p10t" ng-if="index.historyShowMore">
|
||||
<span class="size-12">{{index.completeHistory.length - index.txHistory.length}}</span>
|
||||
<span class="size-12" translate> more</span> <i class="icon-arrow-down4"></i>
|
||||
<span class="size-12" translate>{{index.completeHistory.length - index.txHistory.length}} more</span>
|
||||
|
||||
<i class="icon-arrow-down4"></i>
|
||||
</div>
|
||||
|
||||
<ion-infinite-scroll
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue