From 5c6640be23cdc7ac56a6c91298b02740c06854b4 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Tue, 2 Dec 2014 23:39:34 -0300 Subject: [PATCH] fix top balance --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 902a9655e..4a4911c6a 100644 --- a/index.html +++ b/index.html @@ -66,7 +66,7 @@ - {{totalBalance || 0|noFractionNumber}} {{$root.wallet.settings.unitName}} + {{$root.wallet.balanceInfo.totalBalance || 0}} {{$root.wallet.settings.unitName}}