From 8a110a6b22f6d7852820c7f397b5e6eec5ed622f Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Tue, 23 Feb 2016 16:21:09 -0300 Subject: [PATCH] Fix show more --- public/views/walletHome.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/views/walletHome.html b/public/views/walletHome.html index 70944aee9..2f72dece5 100644 --- a/public/views/walletHome.html +++ b/public/views/walletHome.html @@ -283,7 +283,7 @@ ({{index.completeHistory.length - index.txHistory.length}}) - {{index.result.length - index.txHistorySearchResults.length}} + ({{index.result.length - index.txHistorySearchResults.length}})