Skip to content

Commit

Permalink
fixed app installation via hbchannel
Browse files Browse the repository at this point in the history
  • Loading branch information
mariotaku committed Sep 8, 2023
1 parent f605f9c commit b1ee784
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/app/apps/apps.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,7 @@ export class AppsComponent implements OnInit, OnDestroy {
}

private get hasHbChannel(): boolean {
// return has(this.instPackages, APP_ID_HBCHANNEL);
return false;
return has(this.instPackages, APP_ID_HBCHANNEL);
}

private handleInstallationError(name: string, e: Error) {
Expand Down

0 comments on commit b1ee784

Please sign in to comment.