From 911ac2fa93035b684c7b084ece4e7a8cdaceea2f Mon Sep 17 00:00:00 2001 From: Ismail Ali Date: Sat, 25 Jan 2025 12:31:01 +0100 Subject: [PATCH] =?UTF-8?q?Kabel=C3=BCberwachung=20Einheit=20f=C3=BCr=20Sc?= =?UTF-8?q?hleife=20und=20TDR=20sichtbar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/modules/Kue705FO.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/components/modules/Kue705FO.tsx b/components/modules/Kue705FO.tsx index 7323719..ecc32ad 100644 --- a/components/modules/Kue705FO.tsx +++ b/components/modules/Kue705FO.tsx @@ -294,7 +294,7 @@ const Kue705FO: React.FC = ({ // Konvertiere Zeitstempel in ein lesbares Format für die X-Achse const labels = data.map((row) => { - const date = new Date(row.t.replace(/-/g, "/")); // Zeitstring parsen + const date = new Date(String(row.t).replace(/-/g, "/")); // Zeitstring parsen return date.toLocaleString("de-DE", { hour: "2-digit", minute: "2-digit", @@ -569,11 +569,11 @@ const Kue705FO: React.FC = ({ {/* loopDisplay: Zeigt Schleifenwiderstand oder TDR-Distanz an, je nach Modus */}
- + {loopTitleText} -
+
-
+