mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-01 21:13:09 +00:00
feat: enable strictNullChecks
feat: enable `noImplicitAny` chore: remove sync data access fix loading package data for affected dependencies chore: properly get alt marketplace data update patchdb client to allow for emit on undefined values
This commit is contained in:
@@ -26,13 +26,15 @@
|
||||
{{ page.title }}
|
||||
</ion-label>
|
||||
<ion-icon
|
||||
*ngIf="page.url === '/embassy' && eosService.updateAvailable$ | async"
|
||||
*ngIf="page.url === '/embassy' && (eosService.updateAvailable$ | async)"
|
||||
color="success"
|
||||
size="small"
|
||||
name="rocket-outline"
|
||||
></ion-icon>
|
||||
<ion-badge
|
||||
*ngIf="page.url === '/notifications' && notification$ | async as count"
|
||||
*ngIf="
|
||||
page.url === '/notifications' && (notification$ | async) as count
|
||||
"
|
||||
color="danger"
|
||||
class="badge"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user