From 8f38fc2c62965c3778a985e505eb1ee27f3a5e46 Mon Sep 17 00:00:00 2001 From: ISA Date: Wed, 26 Jun 2024 09:47:45 +0200 Subject: [PATCH] edit: style format --- components/MapComponent.js | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/components/MapComponent.js b/components/MapComponent.js index 4851cbe90..dea088037 100644 --- a/components/MapComponent.js +++ b/components/MapComponent.js @@ -2179,25 +2179,25 @@ const MapComponent = ({ locations, onLocationUpdate, lineCoordinates }) => { if (matchingLine) { colorsByModule[matchingLine.idModul] = stat.PrioColor; newTooltipContents[matchingLine.idModul] = ` -
- ${stat.DpName || "Unknown"}
- - ModulName : ${stat.ModulName || "N/A"} -
- - Message : ${stat.Message || "N/A"} -
- - - PrioName : ${stat.PrioName || "N/A"} -
- - IdLD : ${stat.IdLD || "N/A"} -
- - Modul : ${stat.Modul || "N/A"} -
-
+
+ ${stat.DpName || "Unknown"}
+ + ModulName : ${stat.ModulName || "N/A"} +
+ + Message : ${stat.Message || "N/A"} +
+ + + PrioName : ${stat.PrioName || "N/A"} +
+ + IdLD : ${stat.IdLD || "N/A"} +
+ + Modul : ${stat.Modul || "N/A"} +
+
`; }