mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
replace bang with question mark in html (#1683)
This commit is contained in:
@@ -84,7 +84,7 @@
|
||||
<h2>
|
||||
<b>
|
||||
<span *ngIf="not['package-id'] as pkgId">
|
||||
{{ packageData[pkgId]?.manifest!.title || pkgId }} -
|
||||
{{ packageData[pkgId]?.manifest?.title || pkgId }} -
|
||||
</span>
|
||||
<ion-text [color]="getColor(not)"> {{ not.title }} </ion-text>
|
||||
</b>
|
||||
@@ -112,7 +112,7 @@
|
||||
View Report
|
||||
</ion-button>
|
||||
<ion-button
|
||||
*ngIf="not['package-id']"
|
||||
*ngIf="not['package-id'] && packageData[not['package-id']]"
|
||||
slot="end"
|
||||
fill="clear"
|
||||
color="dark"
|
||||
|
||||
Reference in New Issue
Block a user