From 9d53826915f4d20e7fa7ebcd020c629177d7c30a Mon Sep 17 00:00:00 2001 From: Jack Mallers Date: Sat, 25 Aug 2018 14:43:03 -0500 Subject: [PATCH] fix(network): ensure accurate btc balance --- app/components/Contacts/Network.js | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/app/components/Contacts/Network.js b/app/components/Contacts/Network.js index fc8134f4..283f2126 100644 --- a/app/components/Contacts/Network.js +++ b/app/components/Contacts/Network.js @@ -158,9 +158,12 @@ class Network extends Component {

My Network

- {btc.satoshisToBtc(balance.channelBalance)} {currencyName} ≈ ${usdAmount - ? usdAmount.toLocaleString() - : ''} + + {` ≈ $${usdAmount ? usdAmount.toLocaleString() : ''}`}