diff --git a/app/src/page/splash/view.js b/app/src/page/splash/view.js index 3996a152..45173cfa 100644 --- a/app/src/page/splash/view.js +++ b/app/src/page/splash/view.js @@ -97,6 +97,11 @@ class SplashScreen extends React.PureComponent { isDownloadingHeaders: blockchainHeaders.downloading_headers, headersDownloadProgress: blockchainHeaders.download_progress }); + } else { + // set downloading flag to false if blockchain_headers isn't in the status response + this.setState({ + isDownloadingHeaders: false, + }); } if (blockchainHeaders && blockchainHeaders.downloading_headers) {