diff --git a/packages/edit-site/src/components/post-list/index.js b/packages/edit-site/src/components/post-list/index.js index 4985af3050bd8..c777e5d4ff94b 100644 --- a/packages/edit-site/src/components/post-list/index.js +++ b/packages/edit-site/src/components/post-list/index.js @@ -406,8 +406,7 @@ export default function PostList( { postType } ) { defaultLayouts={ defaultLayouts } header={ window.__experimentalQuickEditDataViews && - view.type !== LAYOUT_LIST && - postType === 'page' && ( + view.type !== LAYOUT_LIST && (