This commit is contained in:
Drew Ansbacher
2021-09-08 16:18:55 +03:00
committed by Aiden McClelland
parent b3a4ebcf53
commit 6c68c7fed9

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 }