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

View File

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