This commit is contained in:
Drew Ansbacher
2021-09-05 22:10:50 +03:00
committed by Matt Hill
parent c257faf432
commit 07a07a1591

View File

@@ -72,7 +72,6 @@ export class AppListPage {
}
// subscribe to pkg
this.pkgs[id].sub = this.patch.watch$('package-data', id).subscribe(pkg => {
console.log('package', pkg)
let bulbClass = 'bulb-on'
let img = ''
const statusRendering = renderPkgStatus(pkg.state, pkg.installed?.status)