fix(core): update

This commit is contained in:
Philipp Kunz 2023-04-05 17:17:02 +02:00
parent 0eb2557956
commit 2a62a635cd
2 changed files with 2 additions and 2 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@designestate/dees-catalog',
version: '1.0.158',
version: '1.0.159',
description: 'website for lossless.com'
}

View File

@ -139,7 +139,7 @@ export class DeesDataviewStatusobject extends DeesElement {
return html`
<div class="mainbox">
<div class="heading">
<div class="statusdot ${this.statusObject.combinedStatus}"></div>
<div class="statusdot ${this.statusObject?.combinedStatus}"></div>
<h1>${this.statusObject?.name || 'no status object assigned'}</h1>
<div class="copyMain">Copy as JSON</div>
</div>