diff --git a/ui/src/app/pages/marketplace-routes/marketplace-list/marketplace-list.page.ts b/ui/src/app/pages/marketplace-routes/marketplace-list/marketplace-list.page.ts index df4e250af..d4669641a 100644 --- a/ui/src/app/pages/marketplace-routes/marketplace-list/marketplace-list.page.ts +++ b/ui/src/app/pages/marketplace-routes/marketplace-list/marketplace-list.page.ts @@ -53,7 +53,6 @@ export class MarketplaceListPage { this.getPkgs(), ]) this.data = data - this.data.categories.push(this.category) this.data.categories.unshift('updates') if (data.categories.includes(this.category)) { data.categories = data.categories.filter(cat => this.category !== cat)