From 09c07496126a556d7f49d22eea7b8a3bd22eaa04 Mon Sep 17 00:00:00 2001 From: Drew Ansbacher Date: Tue, 23 Nov 2021 16:40:19 -0700 Subject: [PATCH] empty list issue --- ui/src/app/pages/apps-routes/app-list/app-list.page.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/app/pages/apps-routes/app-list/app-list.page.ts b/ui/src/app/pages/apps-routes/app-list/app-list.page.ts index 6e892d601..91c49dee5 100644 --- a/ui/src/app/pages/apps-routes/app-list/app-list.page.ts +++ b/ui/src/app/pages/apps-routes/app-list/app-list.page.ts @@ -189,7 +189,7 @@ export class AppListPage { } }) - this.empty = !this.pkgs.length + this.empty = !this.pkgs.length && isEmptyObject(this.recoveredPkgs) ids.forEach(id => { // if already exists, return