We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3b2a90 commit 5ad9faaCopy full SHA for 5ad9faa
1 file changed
packages/block-editor/src/components/inserter/block-types-tab.js
@@ -112,7 +112,7 @@ export function BlockTypesTab( {
112
);
113
} ) }
114
115
- { ! uncategorizedItems.length && (
+ { uncategorizedItems.length > 0 && (
116
<InserterPanel
117
className="block-editor-inserter__uncategorized-blocks-panel"
118
title={ __( 'Uncategorized' ) }
0 commit comments