Merge pull request #133 from Permissionless-Software-Foundation/ct-unstable

fix(token card): Debugging an issue around the token card
This commit is contained in:
Chris Troutner
2021-02-24 19:37:05 -08:00
committed by GitHub
@@ -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'>