diff --git a/packages/desktop/views/dashboard/wallet/views/implicit-account-creation-multistep/AccountCreationView.svelte b/packages/desktop/views/dashboard/wallet/views/implicit-account-creation-multistep/AccountCreationView.svelte index 8aa14f49d2b..3ddc974dd73 100644 --- a/packages/desktop/views/dashboard/wallet/views/implicit-account-creation-multistep/AccountCreationView.svelte +++ b/packages/desktop/views/dashboard/wallet/views/implicit-account-creation-multistep/AccountCreationView.svelte @@ -69,7 +69,8 @@ showRevealToggle submitHandler={unlockWalletAndCreateAccount} placeholder={localize('views.implicit-account-creation.steps.step3.view.placeholder')} - disabled={$selectedWallet?.hasImplicitAccountCreationTransactionInProgress} + disabled={$selectedWallet?.hasImplicitAccountCreationTransactionInProgress && + $selectedWallet?.isTransferring} /> {:else}