diff --git a/react/src/components/dashboard/claimInterestModal/claimInterestModal.js b/react/src/components/dashboard/claimInterestModal/claimInterestModal.js index 022650a..13cff78 100755 --- a/react/src/components/dashboard/claimInterestModal/claimInterestModal.js +++ b/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;