Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit 3f698f6

Browse files
authored
Add scope to PluginArea (#3992)
1 parent aa0e7b3 commit 3f698f6

File tree

1 file changed

+1
-1
lines changed
  • assets/js/base/context/cart-checkout/checkout

1 file changed

+1
-1
lines changed

assets/js/base/context/cart-checkout/checkout/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export const CheckoutProvider = ( {
4747
CURRENT_USER_IS_ADMIN ? null : () => null
4848
}
4949
>
50-
<PluginArea />
50+
<PluginArea scope="woocommerce-checkout" />
5151
</BlockErrorBoundary>
5252
</SlotFillProvider>
5353
<CheckoutProcessor />

0 commit comments

Comments
 (0)