fix type errors

This commit is contained in:
Matt Hill
2023-03-15 16:02:45 -06:00
committed by Aiden McClelland
parent 7685293da4
commit dbfbac62c0
2 changed files with 2 additions and 6 deletions

View File

@@ -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>
&nbsp; &nbsp;
<ion-icon name="arrow-forward"></ion-icon> <ion-icon name="arrow-forward"></ion-icon>

View File

@@ -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,