mirror of
https://github.com/fullstack-cash/fullstack-gatsby-theme-bch-wallet.git
synced 2026-09-21 16:52:06 -07:00
linting
This commit is contained in:
@@ -11,7 +11,6 @@ import axios from 'axios'
|
||||
|
||||
const isIpfs = require('is-ipfs')
|
||||
|
||||
|
||||
let _this
|
||||
|
||||
class Tokens extends React.Component {
|
||||
@@ -277,7 +276,7 @@ class Tokens extends React.Component {
|
||||
async handleMutableData (tokensArr) {
|
||||
try {
|
||||
const bchWalletLib = _this.props.bchWallet
|
||||
const bchjs = bchWalletLib.bchjs
|
||||
// const bchjs = bchWalletLib.bchjs
|
||||
|
||||
const tokens = []
|
||||
// const slpMutableLib = new SlpMutableData()
|
||||
@@ -316,7 +315,6 @@ class Tokens extends React.Component {
|
||||
token.immutableData = immutableData.data
|
||||
// console.log('token.immutableData: ', token.immutableData)
|
||||
}
|
||||
|
||||
} catch (error) {
|
||||
console.warn(error)
|
||||
// Skip error
|
||||
|
||||
Reference in New Issue
Block a user