feat(burn tokens): Adding burn-all feature to Tokens View

This commit is contained in:
Chris Troutner
2021-04-07 11:11:20 -07:00
parent b099758ede
commit 20f62c0655
2 changed files with 3 additions and 3 deletions
@@ -13,7 +13,7 @@ class TokenCard extends React.Component {
render () {
const token = _this.props.token
console.log(`token: ${JSON.stringify(token, null, 2)}`)
// console.log(`token: ${JSON.stringify(token, null, 2)}`)
return (
<>