diff --git a/packages/edit-site/src/components/sidebar-navigation-screen-templates-browse/content.js b/packages/edit-site/src/components/sidebar-navigation-screen-templates-browse/content.js index 2188fade413dbb..7c120133c674ee 100644 --- a/packages/edit-site/src/components/sidebar-navigation-screen-templates-browse/content.js +++ b/packages/edit-site/src/components/sidebar-navigation-screen-templates-browse/content.js @@ -31,7 +31,7 @@ function TemplateDataviewItem( { template, isActive } ) { export default function DataviewsTemplatesSidebarContent( { activeView, postType, - config, + title, } ) { const { records } = useEntityRecords( 'postType', postType, { per_page: -1, @@ -54,7 +54,7 @@ export default function DataviewsTemplatesSidebarContent( { } /> diff --git a/packages/edit-site/src/components/sidebar/index.js b/packages/edit-site/src/components/sidebar/index.js index 56107edc63c863..d6efc954accac0 100644 --- a/packages/edit-site/src/components/sidebar/index.js +++ b/packages/edit-site/src/components/sidebar/index.js @@ -74,7 +74,7 @@ function SidebarScreens() { } />