diff --git a/frontend/projects/ui/src/app/pages/marketplace-routes/marketplace-list/marketplace-list.page.ts b/frontend/projects/ui/src/app/pages/marketplace-routes/marketplace-list/marketplace-list.page.ts index c910c504a..0c2970606 100644 --- a/frontend/projects/ui/src/app/pages/marketplace-routes/marketplace-list/marketplace-list.page.ts +++ b/frontend/projects/ui/src/app/pages/marketplace-routes/marketplace-list/marketplace-list.page.ts @@ -23,7 +23,6 @@ export class MarketplaceListPage { map(({ info, packages }) => { const categories = new Set() if (info.categories.includes('featured')) categories.add('featured') - categories.add('updates') info.categories.forEach(c => categories.add(c)) categories.add('all')