|
@ -179,7 +179,7 @@ class ReceiveCoin extends React.Component { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
if (this.state.hideZeroAddresses) { |
|
|
if (this.state.hideZeroAddresses) { |
|
|
if (!this.hasNoAmount) { |
|
|
if (!this.hasNoAmount(address)) { |
|
|
items.push( |
|
|
items.push( |
|
|
AddressItemRender.call(this, address, type) |
|
|
AddressItemRender.call(this, address, type) |
|
|
); |
|
|
); |
|
|