fix duplicate patch updates, add scroll button to setup success (#1800)

* fix duplicate patch updates, add scroll button to setup success

* update path

* update patch

* update patch
This commit is contained in:
Matt Hill
2022-09-14 11:24:22 -06:00
committed by GitHub
parent 67743b37bb
commit 40d47c9f44
11 changed files with 86 additions and 50 deletions

View File

@@ -1,7 +1,7 @@
<ng-container *ngIf="pkg$ | async as pkg">
<app-show-header [pkg]="pkg"></app-show-header>
<ion-content *ngIf="pkg | toDependencies | async as dependencies">
<ion-content *ngIf="pkg | toDependencies as dependencies">
<ion-item-group *ngIf="pkg | toStatus as status">
<!-- ** status ** -->
<app-show-status