From 258727f6b9241fa58e85e903434ce1129e26a887 Mon Sep 17 00:00:00 2001 From: Drew Ansbacher Date: Fri, 16 Jul 2021 12:57:49 -0600 Subject: [PATCH] eos at top --- .../marketplace-list/marketplace-list.page.ts | 2 +- 1 file changed, 1 insertion(+), 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 d4669641a..5896d1e62 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 @@ -52,6 +52,7 @@ export class MarketplaceListPage { this.marketplaceApiService.getEos({ }), this.getPkgs(), ]) + this.eos = eos this.data = data this.data.categories.unshift('updates') if (data.categories.includes(this.category)) { @@ -59,7 +60,6 @@ export class MarketplaceListPage { } data.categories.unshift(this.category) data.categories.push('all') - this.eos = eos } catch (e) { console.error(e) this.errToast.present(e.message)