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