diff --git a/public/views/includes/walletInfo.html b/public/views/includes/walletInfo.html index 5802627e2..18568ea28 100644 --- a/public/views/includes/walletInfo.html +++ b/public/views/includes/walletInfo.html @@ -17,5 +17,3 @@ src="img/icon-ledger-white.svg"> - -{{index.txHistory.length + '/' + index.completeHistory.length}} diff --git a/public/views/walletHome.html b/public/views/walletHome.html index a2fc7965b..42734ab33 100644 --- a/public/views/walletHome.html +++ b/public/views/walletHome.html @@ -246,6 +246,11 @@ +
+ {{index.completeHistory.length - index.txHistory.length}} + more  +
+