From 7daf6a61058572ad39ba98dd61908e32b9a5e97c Mon Sep 17 00:00:00 2001 From: pbca26 Date: Mon, 4 Dec 2017 17:35:25 +0300 Subject: [PATCH] spv claim interest modal css fix --- .../dashboard/claimInterestModal/claimInterestModal.js | 1 + .../claimInterestModal/claimInterestModal.render.js | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/react/src/components/dashboard/claimInterestModal/claimInterestModal.js b/react/src/components/dashboard/claimInterestModal/claimInterestModal.js index af54255..4e051ac 100755 --- a/react/src/components/dashboard/claimInterestModal/claimInterestModal.js +++ b/react/src/components/dashboard/claimInterestModal/claimInterestModal.js @@ -48,6 +48,7 @@ class ClaimInterestModal extends React.Component { this.closeDropMenu = this.closeDropMenu.bind(this); this.closeModal = this.closeModal.bind(this); this.isFullySynced = this.isFullySynced.bind(this); + this.confirmClaimInterest = this.confirmClaimInterest.bind(this); } componentWillMount() { diff --git a/react/src/components/dashboard/claimInterestModal/claimInterestModal.render.js b/react/src/components/dashboard/claimInterestModal/claimInterestModal.render.js index fa02b6b..8ea105f 100644 --- a/react/src/components/dashboard/claimInterestModal/claimInterestModal.render.js +++ b/react/src/components/dashboard/claimInterestModal/claimInterestModal.render.js @@ -41,7 +41,7 @@ export const _ClaimInterestTableRender = function() { return ( -
+

{ translate('CLAIM_INTEREST.REQ_P1') }: { translate('CLAIM_INTEREST.REQ_P2') } 10 KMD

@@ -56,7 +56,7 @@ export const _ClaimInterestTableRender = function() { }
{ this.state.totalInterest > 0 && -
+
{ this.state.displayShowZeroInterestToggle &&