diff --git a/react/src/components/dashboard/walletsProgress/walletsProgress.js b/react/src/components/dashboard/walletsProgress/walletsProgress.js index dcee90f..3fe640c 100644 --- a/react/src/components/dashboard/walletsProgress/walletsProgress.js +++ b/react/src/components/dashboard/walletsProgress/walletsProgress.js @@ -229,7 +229,7 @@ class WalletsProgress extends React.Component { _progress.code && _progress.code === -28 && this.props.Settings.debugLog) { - if (_progress.message == 'Activating best chain...') { + if (_progress.message === 'Activating best chain...') { const _parseProgress = this.parseActivatingBestChainProgress(); if (_parseProgress && @@ -264,7 +264,7 @@ class WalletsProgress extends React.Component { renderRescanProgress() { if (this.props.Settings.debugLog.indexOf('Still rescanning') > -1 && - this.props.ActiveCoin.rescanInProgress) { + ((this.props.ActiveCoin.rescanInProgress) || (this.props.ActiveCoin.progress && this.props.ActiveCoin.progress.code && this.props.ActiveCoin.progress.code === -28 && this.props.ActiveCoin.progress.message === 'Rescanning...'))) { const temp = this.props.Settings.debugLog.split(' '); let currentProgress; diff --git a/react/src/components/dashboard/walletsProgress/walletsProgress.render.js b/react/src/components/dashboard/walletsProgress/walletsProgress.render.js index ae34f8e..900a2f5 100644 --- a/react/src/components/dashboard/walletsProgress/walletsProgress.render.js +++ b/react/src/components/dashboard/walletsProgress/walletsProgress.render.js @@ -99,16 +99,16 @@ export const ChainActivationNotificationRender = function() { if (this.props.ActiveCoin.coin !== 'CHIPS') { return (
{ this.renderLB('INDEX.KMD_STARTED') }