mirror of
https://github.com/fullstack-cash/explorer.fullstack.cash.git
synced 2026-09-22 01:02:05 -07:00
Merge pull request #15 from Permissionless-Software-Foundation/dh-plugin-prop
feat(props): Added plugin prop
This commit is contained in:
Generated
+3
-3
@@ -21474,9 +21474,9 @@
|
||||
}
|
||||
},
|
||||
"gatsby-plugin-bch-tx-history": {
|
||||
"version": "1.0.6",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-bch-tx-history/-/gatsby-plugin-bch-tx-history-1.0.6.tgz",
|
||||
"integrity": "sha512-RbBdjwfTu5ZGBataRmmkRcuR5qjczOjh/LLz8jUjij7D1Dsqtzr313NamXkQdWNTotAX/fyYuQyDLdZGpoOaPw==",
|
||||
"version": "1.1.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-bch-tx-history/-/gatsby-plugin-bch-tx-history-1.1.0.tgz",
|
||||
"integrity": "sha512-nUp9rcgmlMmZnE3gxJhD3PPufKQKMda7bYOQTR0bLCkyHLIgBA0XL8fVMrEG31PIK/8lKnE+qLrffy6pE+lM6A==",
|
||||
"requires": {
|
||||
"adminlte-2-react": "^0.1.27"
|
||||
}
|
||||
|
||||
+1
-1
@@ -21,7 +21,7 @@
|
||||
"dependencies": {
|
||||
"gatsby": "^2.23.7",
|
||||
"gatsby-ipfs-web-wallet": "^1.9.8",
|
||||
"gatsby-plugin-bch-tx-history": "^1.0.6"
|
||||
"gatsby-plugin-bch-tx-history": "^1.1.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
@@ -24,7 +24,10 @@ class Wallet2 extends Wallet {
|
||||
addCards () {
|
||||
return (
|
||||
<>
|
||||
<TXHistory walletInfo={this.props.walletInfo} />
|
||||
<TXHistory
|
||||
walletInfo={this.props.walletInfo}
|
||||
bchWallet={this.props.bchWallet}
|
||||
/>
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user