Add key to the component to fix the warning and unexpected behavior (https://github.com/woocommerce/woocommerce-admin/pull/5661)
This commit is contained in:
parent
e5cf64cb14
commit
af4c268742
|
@ -66,6 +66,7 @@ export const filters = applyFilters( TAXES_REPORT_FILTERS_FILTER, [
|
|||
NAMESPACE + '/taxes',
|
||||
( tax ) => ( {
|
||||
id: tax.id,
|
||||
key: tax.id,
|
||||
label: getTaxCode( tax ),
|
||||
} )
|
||||
),
|
||||
|
|
Loading…
Reference in New Issue