Skip to content

Commit

Permalink
-.
Browse files Browse the repository at this point in the history
  • Loading branch information
matthme committed May 7, 2024
1 parent e4c25fb commit 290f672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/src/elements/wal-element.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ export class WalElement extends LitElement {
</div>
`;
} else {
return html`AssetInfo undefined.`;
return html`AssetInfo undefined`;
}
default:
return html`<div>Invalid AsyncStatus: ${(this.assetInfo.value as any).status}</div>`;
Expand Down

0 comments on commit 290f672

Please sign in to comment.