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} -
+
-
+