From 34e196e8f3bedbfcf0350769ba78af9f9b1b22e4 Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Fri, 14 Aug 2020 11:30:24 -0700 Subject: [PATCH] Adding updated npm package gatsby-ipfs-bch-tx-history --- package-lock.json | 6 +++--- package.json | 2 +- .../components/admin-lte/wallet/index.js | 14 +++++++------- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 32f983c..e68279c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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" } diff --git a/package.json b/package.json index dee1cd2..9033e47 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/gatsby-ipfs-web-wallet/components/admin-lte/wallet/index.js b/src/gatsby-ipfs-web-wallet/components/admin-lte/wallet/index.js index 6962602..2708de6 100644 --- a/src/gatsby-ipfs-web-wallet/components/admin-lte/wallet/index.js +++ b/src/gatsby-ipfs-web-wallet/components/admin-lte/wallet/index.js @@ -1,19 +1,19 @@ -import React from "react" +import React from 'react' -import Wallet from "gatsby-ipfs-web-wallet/src/components/admin-lte/wallet/index" +import Wallet from 'gatsby-ipfs-web-wallet/src/components/admin-lte/wallet/index' -import TXHistory from "gatsby-plugin-bch-tx-history/src/components/txhistory" +import TXHistory from 'gatsby-plugin-bch-tx-history/src/components/txhistory' class Wallet2 extends Wallet { // class Wallet2 extends React.Component { - constructor(props) { + constructor (props) { super(props) - console.log("Loading new example view.") + console.log('Loading new example view.') // console.log('Wallet info: ', props.walletInfo) } - render() { + render () { return ( <> @@ -21,7 +21,7 @@ class Wallet2 extends Wallet { ) } - addCards() { + addCards () { return ( <>