This commit is contained in:
Chris Troutner
2022-02-23 05:28:35 -08:00
parent f23a244d40
commit 52f41155a1
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -32,7 +32,7 @@
"capacitor-resources": "2.0.5", "capacitor-resources": "2.0.5",
"copy-to-clipboard": "3.3.1", "copy-to-clipboard": "3.3.1",
"crypto-browserify": "3.12.0", "crypto-browserify": "3.12.0",
"deepmerge": "^4.2.2", "deepmerge": "4.2.2",
"fs-extra": "10.0.0", "fs-extra": "10.0.0",
"gatsby": "4.7.2", "gatsby": "4.7.2",
"gatsby-plugin-image": "2.7.0", "gatsby-plugin-image": "2.7.0",
@@ -145,8 +145,8 @@ class Send extends React.Component {
} }
componentDidMount () { componentDidMount () {
const { bchWallet } = _this.props // const { bchWallet } = _this.props
console.log('bchWallet', bchWallet) // console.log('bchWallet', bchWallet)
_this.defineExplorer() _this.defineExplorer()
} }