Browse Source

Remove props

all-modes
Miika Turunen 8 years ago
parent
commit
99fbd19c66
  1. 2
      react/src/components/dashboard/walletsInfo/walletsInfo.render.js

2
react/src/components/dashboard/walletsInfo/walletsInfo.render.js

@ -47,7 +47,7 @@ const WalletsInfoRender = function() {
type="button"
className="btn btn-success waves-effect waves-light margin-top-20 btn-next"
onClick={ () => this.openClaimInterestModal() }>{ translate('CLAIM_INTEREST.CLAIM_INTEREST') }</button>
<ClaimInterestModal {...this.props} />
<ClaimInterestModal />
</div>
}
</div>

Loading…
Cancel
Save