From ce5bf30f3e2853c45cd6befc029abe6c485e4da6 Mon Sep 17 00:00:00 2001 From: Tom Kirkpatrick Date: Thu, 20 Sep 2018 15:10:58 +0200 Subject: [PATCH] fix(channels): display currencyName in network Display the currency name (BTC/tBTC etc) next to the amount that shows at the top of the network view. --- app/components/Contacts/Network/Network.js | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/app/components/Contacts/Network/Network.js b/app/components/Contacts/Network/Network.js index 8faa13f9..c10fb9ba 100644 --- a/app/components/Contacts/Network/Network.js +++ b/app/components/Contacts/Network/Network.js @@ -174,16 +174,19 @@ class Network extends Component { {Boolean(balance.channelBalance) && ( - + + + {currencyName} + )} {Boolean(fiatAmount) && ( - {'≈ '} + {' ≈ '}