Skip to content

Commit 3621298

Browse files
committed
Stay in loading state until the Wizard scan has started
This prevents the progress bar starting at 100% in the Onboarding Wizard site scan.
1 parent d24f6b4 commit 3621298

File tree

1 file changed

+1
-1
lines changed
  • assets/src/onboarding-wizard/pages/site-scan

1 file changed

+1
-1
lines changed

assets/src/onboarding-wizard/pages/site-scan/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export function SiteScan() {
7272
*/
7373
const isDelayedCompleted = useDelayedFlag( isCompleted );
7474

75-
if ( isFetchingScannableUrls ) {
75+
if ( isFetchingScannableUrls || isReady ) {
7676
return (
7777
<SiteScanPanel
7878
title={ __( 'Please wait a minute…', 'amp' ) }

0 commit comments

Comments
 (0)