diff --git a/app/client/components/DashboardMetric.js b/app/client/components/DashboardMetric.js index 18d7a9f..76f0d5c 100644 --- a/app/client/components/DashboardMetric.js +++ b/app/client/components/DashboardMetric.js @@ -45,7 +45,7 @@ export class DashboardMetric extends AppElement { render () { return html` -
${this.icon}
+
${this.icon}
${this.value !== undefined ? this.value : '--'} ${this.unit}