mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
load onboarding script on start screen
This commit is contained in:
parent
920b428ac7
commit
b70819847b
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ class OnboardingAssets {
|
|||
return false;
|
||||
}
|
||||
|
||||
$should_render = $this->state->current_state() === State::STATE_PROGRESSIVE;
|
||||
$should_render = $this->state->current_state() === State::STATE_START;
|
||||
return $should_render;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue