This commit is contained in:
Drew Ansbacher
2021-09-08 16:18:55 +03:00
committed by Matt Hill
parent 817c6e3b24
commit 31c0a424da

View File

@@ -62,7 +62,6 @@ export class AppShowPage {
this.patch.watch$('package-data', this.pkgId)
.subscribe(pkg => {
this.pkg = pkg
console.log('isnt empty', !isEmptyObject(pkg['install-progress']))
this.installProgress = !isEmptyObject(pkg['install-progress']) ? this.packageLoadingService.transform(pkg['install-progress']) : undefined
this.rendering = renderPkgStatus(pkg.state, pkg.installed?.status)
this.mainStatus = { ...pkg.installed?.status.main }