diff --git a/plugins/woocommerce-admin/client/layout/controller.js b/plugins/woocommerce-admin/client/layout/controller.js index f16d7b3f78d..dd686f064c3 100644 --- a/plugins/woocommerce-admin/client/layout/controller.js +++ b/plugins/woocommerce-admin/client/layout/controller.js @@ -275,6 +275,13 @@ export const getPages = () => { __( 'Profiler', 'woocommerce' ), ], capability: 'manage_woocommerce', + layout: { + header: false, + footer: false, + showNotices: true, + showStoreAlerts: false, + showPluginArea: false, + }, } ); } } diff --git a/plugins/woocommerce/changelog/fix-menu-badge b/plugins/woocommerce/changelog/fix-menu-badge new file mode 100644 index 00000000000..c1e2007d859 --- /dev/null +++ b/plugins/woocommerce/changelog/fix-menu-badge @@ -0,0 +1,4 @@ +Significance: patch +Type: fix + +Fix badge number fails to match the number of unfinished tasks