From 19089213e3b4c0bc439fd9a8e80aefeb44a8863e Mon Sep 17 00:00:00 2001 From: Patrick ZAJDA Date: Thu, 30 Jun 2022 11:12:35 +0200 Subject: [PATCH] Add em dash instead of blank when no fix is needed in statistics Signed-off-by: Patrick ZAJDA --- .../developer-tools/statistics/developer-tools-statistics.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/panels/developer-tools/statistics/developer-tools-statistics.ts b/src/panels/developer-tools/statistics/developer-tools-statistics.ts index 1eb71e4e05..c4f8651ac7 100644 --- a/src/panels/developer-tools/statistics/developer-tools-statistics.ts +++ b/src/panels/developer-tools/statistics/developer-tools-statistics.ts @@ -113,7 +113,7 @@ class HaPanelDevStatistics extends SubscribeMixin(LitElement) { "ui.panel.developer-tools.tabs.statistics.fix_issue.fix" )} ` - : ""}`, + : "—"}`, width: "113px", }, actions: {