|
|
@ -13,7 +13,6 @@ function TokenCell () { |
|
|
|
TokenCell.prototype.render = function () { |
|
|
|
TokenCell.prototype.render = function () { |
|
|
|
const props = this.props |
|
|
|
const props = this.props |
|
|
|
const { address, symbol, string, network, userAddress } = props |
|
|
|
const { address, symbol, string, network, userAddress } = props |
|
|
|
log.info({ address, symbol, string, network }) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
return ( |
|
|
|
return ( |
|
|
|
h('li.token-cell', { |
|
|
|
h('li.token-cell', { |
|
|
|