mirror of
https://github.com/fullstack-cash/fullstack-gatsby-theme-bch-wallet.git
synced 2026-09-21 16:52:06 -07:00
fix(token card): Debugging an issue around the token card
This commit is contained in:
@@ -13,6 +13,8 @@ class TokenCard extends React.Component {
|
||||
|
||||
render () {
|
||||
const token = _this.props.token
|
||||
console.log(`token: ${JSON.stringify(token, null, 2)}`)
|
||||
|
||||
return (
|
||||
<>
|
||||
<Box className='hover-shadow border-none mt-2' id='token-card'>
|
||||
|
||||
Reference in New Issue
Block a user