diff --git a/src/editor/taxonomy-panel/index.js b/src/editor/taxonomy-panel/index.js index 41cd8b0..dbbf21d 100644 --- a/src/editor/taxonomy-panel/index.js +++ b/src/editor/taxonomy-panel/index.js @@ -33,11 +33,6 @@ export const TaxonomyPanel = PostTaxonomies => { labels.name.toLowerCase() ); - // Remove "Add new sponsors" link since sponsor terms are shadow terms of sponsor posts. - if ( 'newspack_spnsrs_tax' === slug ) { - props.hasCreateAction = false; - } - return ( { 'newspack_spnsrs_cpt' === postType && ( slug === 'category' || slug === 'post_tag' ) && ( @@ -45,7 +40,11 @@ export const TaxonomyPanel = PostTaxonomies => { { message }

) } - +
); };