From d18a34785c89eb1377e965e81c6b1ad4117cb242 Mon Sep 17 00:00:00 2001 From: Matt Hill Date: Thu, 1 Dec 2022 10:02:30 -0700 Subject: [PATCH] dont add updates cat (#2009) --- .../marketplace-routes/marketplace-list/marketplace-list.page.ts | 1 - 1 file changed, 1 deletion(-) 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')