From 492196e51b441153572b83c211442f59f86f2498 Mon Sep 17 00:00:00 2001 From: Drew Ansbacher Date: Fri, 16 Jul 2021 12:56:47 -0600 Subject: [PATCH] push not necessary --- .../marketplace-routes/marketplace-list/marketplace-list.page.ts | 1 - 1 file changed, 1 deletion(-) 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)