From ada8eb2a2636ecfde0c337f103b2e266ea3f7a6c Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Tue, 11 Feb 2014 15:31:50 -0300 Subject: [PATCH] fix NaN --- public/views/transaction/tx.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/public/views/transaction/tx.html b/public/views/transaction/tx.html index 2c36fa3..c1bebd7 100644 --- a/public/views/transaction/tx.html +++ b/public/views/transaction/tx.html @@ -136,8 +136,7 @@
- Fees: {{$root.currency.getConvertion(tx.fees)}} - Fees: unknown yet + Fees: {{$root.currency.getConvertion(tx.fees)}}
{{tx.confirmations}} Confirmations