diff --git a/components/main/kabelueberwachung/kue705FO/Charts/LoopMeasurementChart/LoopMeasurementChart.tsx b/components/main/kabelueberwachung/kue705FO/Charts/LoopMeasurementChart/LoopMeasurementChart.tsx index bf310f2..0062e5e 100644 --- a/components/main/kabelueberwachung/kue705FO/Charts/LoopMeasurementChart/LoopMeasurementChart.tsx +++ b/components/main/kabelueberwachung/kue705FO/Charts/LoopMeasurementChart/LoopMeasurementChart.tsx @@ -148,11 +148,16 @@ const LoopMeasurementChart = () => { return (
- + { const date = new Date(zeit); return `${date.getDate()}.${date.getMonth() + 1}`; diff --git a/config/webVersion.ts b/config/webVersion.ts index 268bf7d..cd02f3c 100644 --- a/config/webVersion.ts +++ b/config/webVersion.ts @@ -6,5 +6,5 @@ 2: Patch oder Hotfix (Bugfixes oder kleine Änderungen). */ -const webVersion = "1.6.149"; +const webVersion = "1.6.150"; export default webVersion;