diff --git a/frontend/projects/ui/src/app/pages/notifications/notifications.page.html b/frontend/projects/ui/src/app/pages/notifications/notifications.page.html index e0d9e7e63..4c23aba0d 100644 --- a/frontend/projects/ui/src/app/pages/notifications/notifications.page.html +++ b/frontend/projects/ui/src/app/pages/notifications/notifications.page.html @@ -84,7 +84,7 @@

- {{ packageData[pkgId]?.manifest!.title || pkgId }} - + {{ packageData[pkgId]?.manifest?.title || pkgId }} - {{ not.title }} @@ -112,7 +112,7 @@ View Report depId !== (pkg.manifest as any).id).length + return !!Object.keys(pkg.installed?.['current-dependents'] || {}).filter( + depId => depId !== pkg.manifest.id, + ).length }