Prevent double fill of Customers nav slot (https://github.com/woocommerce/woocommerce-admin/pull/5495)
This commit is contained in:
parent
f29995124c
commit
aaaa82779b
|
@ -107,7 +107,7 @@ export default () => {
|
|||
report: 'customers',
|
||||
title: __( 'Customers', 'woocommerce-admin' ),
|
||||
component: CustomersReport,
|
||||
id: 'woocommerce-analytics-customers',
|
||||
id: null,
|
||||
},
|
||||
{
|
||||
report: 'downloads',
|
||||
|
|
Loading…
Reference in New Issue