Fix show more
This commit is contained in:
parent
2675966760
commit
8a110a6b22
1 changed files with 1 additions and 1 deletions
|
|
@ -283,7 +283,7 @@
|
||||||
({{index.completeHistory.length - index.txHistory.length}})
|
({{index.completeHistory.length - index.txHistory.length}})
|
||||||
</span>
|
</span>
|
||||||
<span ng-if="index.isSearching">
|
<span ng-if="index.isSearching">
|
||||||
{{index.result.length - index.txHistorySearchResults.length}}
|
({{index.result.length - index.txHistorySearchResults.length}})
|
||||||
</span>
|
</span>
|
||||||
<i class="icon-arrow-down4"></i>
|
<i class="icon-arrow-down4"></i>
|
||||||
</a>
|
</a>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue