|
|
@ -79,6 +79,8 @@ class CoinTileItem extends React.Component { |
|
|
|
} |
|
|
|
|
|
|
|
dispatchCoinActions(coin, mode) { |
|
|
|
if (this.props.Dashboard && |
|
|
|
this.props.Dashboard.activeSection === 'wallets') { |
|
|
|
if (mode === 'native') { |
|
|
|
Store.dispatch(iguanaActiveHandle(true)); |
|
|
|
const _propsDashboard = this.props.ActiveCoin; |
|
|
@ -162,6 +164,7 @@ class CoinTileItem extends React.Component { |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
_dashboardChangeActiveCoin(coin, mode) { |
|
|
|
if (coin !== this.props.ActiveCoin.coin) { |
|
|
|