Skip to content

Commit

Permalink
Show loading indicator while genesis bloom downloads #319
Browse files Browse the repository at this point in the history
  • Loading branch information
James Calfee committed Oct 26, 2015
1 parent 50b2b7f commit 3feb4eb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions web/app/components/Wallet/ImportKeys.jsx
Expand Up @@ -79,8 +79,7 @@ export default class ImportKeys extends Component {
render() {
// Create wallet prior to the import keys (keeps layout clean)
if( ! WalletDb.getWallet()) return <WalletCreate hideTitle={true}/>

if( this.props.importing) {
if( this.props.importing || this.state.genesis_filter_initalizing ) {
return <div>
<h3><Translate content="wallet.import_keys" /></h3>
<div className="center-content">
Expand Down

0 comments on commit 3feb4eb

Please sign in to comment.