mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-31 04:23:40 +00:00
empty list issue
This commit is contained in:
committed by
Aiden McClelland
parent
80e48cfd8e
commit
09c0749612
@@ -189,7 +189,7 @@ export class AppListPage {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
this.empty = !this.pkgs.length
|
this.empty = !this.pkgs.length && isEmptyObject(this.recoveredPkgs)
|
||||||
|
|
||||||
ids.forEach(id => {
|
ids.forEach(id => {
|
||||||
// if already exists, return
|
// if already exists, return
|
||||||
|
|||||||
Reference in New Issue
Block a user