1
0

Refactor HistoryCharts and PollutionMap components for improved date handling; update SummaryCards data mapping and Card component prop types.

This commit is contained in:
Jose
2025-05-18 19:58:58 +02:00
parent cdff306ca1
commit 934ac521a3
5 changed files with 58 additions and 58 deletions

View File

@@ -110,7 +110,7 @@ const GroupViewContent = () => {
link: gpsSensor != undefined,
text: gpsSensor == undefined,
marquee: gpsSensor == undefined,
content: gpsSensor == undefined ? "SOLO VEHICULOS ELECTRICOS" : mapPreview,
content: gpsSensor == undefined ? "TODO TIPO DE VEHICULOS" : mapPreview,
to: `/groups/${groupId}/devices/${device.deviceId}`,
className: `col-12 col-md-6 col-lg-4 ${gpsSensor == undefined ? "led" : ""}`,
};