mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +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:
@@ -33,7 +33,7 @@
|
||||
>instructions</a
|
||||
>.
|
||||
</h2>
|
||||
<ng-container *ngIf="downloadIsDisabled && server$ | async as server">
|
||||
<ng-container *ngIf="downloadIsDisabled && (server$ | async) as server">
|
||||
<br />
|
||||
<ion-text color="warning">
|
||||
For security reasons, you must setup LAN over a
|
||||
|
||||
Reference in New Issue
Block a user