diff --git a/src/Umbraco.Web.UI.Client/src/packages/block/block/modals/block-catalogue/block-catalogue-modal.element.ts b/src/Umbraco.Web.UI.Client/src/packages/block/block/modals/block-catalogue/block-catalogue-modal.element.ts index d3b9dad65fa3..4d943f4da67d 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/block/block/modals/block-catalogue/block-catalogue-modal.element.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/block/block/modals/block-catalogue/block-catalogue-modal.element.ts @@ -157,7 +157,7 @@ export class UmbBlockCatalogueModalElement extends UmbModalBaseElement< : nothing} ${this._filtered.map( (group) => html` - ${group.name && group.name !== '' ? html`

${group.name}

` : nothing} + ${group.name && group.blocks.length !== 0 && group.name !== '' ? html`

${group.name}

` : nothing}
${repeat( group.blocks,