From 96cd087c9756ba8c9824af835c87c5a2a6512fee Mon Sep 17 00:00:00 2001 From: Kevin Serrano Date: Mon, 18 Jul 2016 12:06:27 -0700 Subject: [PATCH] Readd string to conform to tests. Will discuss later. --- ui/app/util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/app/util.js b/ui/app/util.js index 84680fd06..04ebcecdb 100644 --- a/ui/app/util.js +++ b/ui/app/util.js @@ -96,7 +96,7 @@ function formatBalance (balance, decimalsToKeep) { var parsed = parseBalance(balance) var beforeDecimal = parsed[0] var afterDecimal = parsed[1] - var formatted + var formatted = 'None' if (decimalsToKeep === undefined) { if (beforeDecimal === '0') { if (afterDecimal !== '0') {