From ee9002aeedd7f667af95a59bb72b0e2fccb382d9 Mon Sep 17 00:00:00 2001 From: Jack Mallers Date: Thu, 8 Feb 2018 10:29:47 -0600 Subject: [PATCH] fix(toLocaleString): try removing toLocaleString for lint errors --- app/components/Contacts/Network.js | 1 - app/components/Wallet/Wallet.js | 1 - 2 files changed, 2 deletions(-) diff --git a/app/components/Contacts/Network.js b/app/components/Contacts/Network.js index 24f81276..1cbf75e1 100644 --- a/app/components/Contacts/Network.js +++ b/app/components/Contacts/Network.js @@ -94,7 +94,6 @@ class Network extends Component {

My Network

- {btc.satoshisToBtc(balance.channelBalance)}BTC ≈ ${btc.satoshisToUsd(balance.channelBalance, currentTicker.price_usd).toLocaleString()}
diff --git a/app/components/Wallet/Wallet.js b/app/components/Wallet/Wallet.js index cabaa401..634b30ee 100644 --- a/app/components/Wallet/Wallet.js +++ b/app/components/Wallet/Wallet.js @@ -32,7 +32,6 @@ class Wallet extends Component { } = this.props const { modalOpen, qrCodeType } = this.state - const usdAmount = parseFloat(btc.satoshisToUsd(balance.walletBalance, currentTicker.price_usd)).toLocaleString() const changeQrCode = () => { const qrCodeNum = this.state.qrCodeType === 1 ? 2 : 1