Browse Source

Adding missing argument

all-modes
Miika Turunen 8 years ago
parent
commit
356bf2c21f
  1. 2
      react/src/components/dashboard/receiveCoin/receiveCoin.js

2
react/src/components/dashboard/receiveCoin/receiveCoin.js

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

Loading…
Cancel
Save