diff --git a/management/univention-appcenter/umc/js/appcenter/AppCenterPage.js b/management/univention-appcenter/umc/js/appcenter/AppCenterPage.js index 197178eb94..4f52e0584f 100644 --- a/management/univention-appcenter/umc/js/appcenter/AppCenterPage.js +++ b/management/univention-appcenter/umc/js/appcenter/AppCenterPage.js @@ -277,7 +277,6 @@ define([ var metaLabels = []; array.forEach(this.metaCategories, function(metaObj) { metaObj.set('store', applications); - metaObj.set('visible', true); metaLabels.push(metaObj.label); });