diff --git a/react/src/components/addcoin/addcoin.js b/react/src/components/addcoin/addcoin.js index 989df52..09b2686 100644 --- a/react/src/components/addcoin/addcoin.js +++ b/react/src/components/addcoin/addcoin.js @@ -69,6 +69,7 @@ class AddCoin extends React.Component { } toggleSyncOnlyMode(index) { + console.log(index); let _coins = this.state.coins; _coins[index] = Object.assign({}, _coins[index], { @@ -355,13 +356,15 @@ class AddCoin extends React.Component {
-
- +
+ + +
this.toggleSyncOnlyMode(i) }>{ translate('ADD_COIN.SYNC_ONLY') }
+
-
); diff --git a/react/src/components/dashboard/sendCoin.js b/react/src/components/dashboard/sendCoin.js index 1e5911a..ce45f75 100644 --- a/react/src/components/dashboard/sendCoin.js +++ b/react/src/components/dashboard/sendCoin.js @@ -733,13 +733,13 @@ class SendCoin extends React.Component { return (
-
- -
- + + +
{ translate('SEND.SEND_VIA') } sendtoaddress API
+
); @@ -846,16 +846,16 @@ class SendCoin extends React.Component { { translate('INDEX.TOTAL') } ({ translate('INDEX.AMOUNT_SM') } - txfee): { Number(this.state.amount) - Number(this.state.fee) } { this.props.ActiveCoin.coin } -
-
- -
- +
+ + +
{ translate('INDEX.DONT_SEND') }
+
- { this.renderUTXOCacheInfo()} + { this.renderUTXOCacheInfo()}