Browse Source

claim interest modal wrong var name

v0.25
pbca26 7 years ago
parent
commit
ddf9ece791
  1. 4
      react/src/components/dashboard/claimInterestModal/claimInterestModal.js

4
react/src/components/dashboard/claimInterestModal/claimInterestModal.js

@ -142,7 +142,9 @@ class ClaimInterestModal extends React.Component {
}
render() {
if (coin === 'KMD') {
if (this.props.ActiveCoin &&
this.props.ActiveCoin.coin &&
this.props.ActiveCoin.coin === 'KMD') {
return ClaimInterestModalRender.call(this);
} else {
return null;

Loading…
Cancel
Save