From 1b47eb6f82b7449369f22e67959bc1bbeffe608c Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Tue, 6 Jun 2023 09:32:57 -0700 Subject: [PATCH] linting --- src/components/balance.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/balance.js b/src/components/balance.js index 5ee42ad..219daa7 100644 --- a/src/components/balance.js +++ b/src/components/balance.js @@ -66,7 +66,7 @@ class GetBalance extends React.Component { balance: (Retrieving balance... ) }) - const balance = await this.state.wallet.getBalance({bchAddress: textInput}) + const balance = await this.state.wallet.getBalance({ bchAddress: textInput }) console.log('balance: ', balance) const bchBalance = this.state.wallet.bchjs.BitcoinCash.toBitcoinCash(balance)