mirror of
https://github.com/fullstack-cash/fullstack-gatsby-theme-bch-wallet.git
synced 2026-09-21 16:52:06 -07:00
fix(tokens): Fixing token sends
This commit is contained in:
@@ -157,7 +157,7 @@ class Tokens extends React.Component {
|
||||
|
||||
// Wrapper for handleGetTokens()
|
||||
async onHandleGetTokens () {
|
||||
return this.handleGetTokens()
|
||||
return _this.handleGetTokens()
|
||||
}
|
||||
|
||||
async componentDidMount () {
|
||||
|
||||
Reference in New Issue
Block a user