diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/collection/components/collection-view-bundle.element.ts b/src/Umbraco.Web.UI.Client/src/packages/core/collection/components/collection-view-bundle.element.ts index 557a729085..36be7956d9 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/collection/components/collection-view-bundle.element.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/collection/components/collection-view-bundle.element.ts @@ -51,6 +51,7 @@ export class UmbCollectionViewBundleElement extends UmbLitElement { } render() { if (!this._currentView) return nothing; + if (this._views.length <= 1) return nothing; return html`