mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
fix type errors
This commit is contained in:
committed by
Aiden McClelland
parent
7685293da4
commit
dbfbac62c0
@@ -38,9 +38,9 @@
|
|||||||
<ion-label>
|
<ion-label>
|
||||||
<h1 style="line-height: 1.3">{{ pkg.manifest.title }}</h1>
|
<h1 style="line-height: 1.3">{{ pkg.manifest.title }}</h1>
|
||||||
<h2 class="inline">
|
<h2 class="inline">
|
||||||
|
<!-- @TODO left side should be local['old-manifest'] (or whatever), not manifest. -->
|
||||||
<span>
|
<span>
|
||||||
{{ local.installed?.manifest?.version || '' |
|
{{ local.manifest.version || '' | displayEmver }}
|
||||||
displayEmver }}
|
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
<ion-icon name="arrow-forward"></ion-icon>
|
<ion-icon name="arrow-forward"></ion-icon>
|
||||||
|
|||||||
@@ -222,10 +222,6 @@ export const mockPatchData: DataModel = {
|
|||||||
'os-version': '0.4.0',
|
'os-version': '0.4.0',
|
||||||
},
|
},
|
||||||
installed: {
|
installed: {
|
||||||
manifest: {
|
|
||||||
...Mock.MockManifestLnd,
|
|
||||||
version: '0.11.0',
|
|
||||||
},
|
|
||||||
'last-backup': null,
|
'last-backup': null,
|
||||||
status: {
|
status: {
|
||||||
configured: true,
|
configured: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user