diff --git a/components/main/kabelueberwachung/kue705FO/Charts/LoopMeasurementChart/LoopMeasurementChart.tsx b/components/main/kabelueberwachung/kue705FO/Charts/LoopMeasurementChart/LoopMeasurementChart.tsx index 24e00c9..1c7058e 100644 --- a/components/main/kabelueberwachung/kue705FO/Charts/LoopMeasurementChart/LoopMeasurementChart.tsx +++ b/components/main/kabelueberwachung/kue705FO/Charts/LoopMeasurementChart/LoopMeasurementChart.tsx @@ -102,7 +102,11 @@ const LoopMeasurementChart: React.FC = () => { }; }, [chartData]); - return ; + return ( +
+ +
+ ); }; export default LoopMeasurementChart; diff --git a/config/webVersion.ts b/config/webVersion.ts index b86f147..5960856 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.43"; +const webVersion = "1.6.44"; export default webVersion;