diff --git a/src/components/SensorTooltip/index.tsx b/src/components/SensorTooltip/index.tsx index b2fb3c1..9436d51 100644 --- a/src/components/SensorTooltip/index.tsx +++ b/src/components/SensorTooltip/index.tsx @@ -38,7 +38,7 @@ const SensorTooltip = ({ record }: { record: SensorInfo }) => { <>
- Feuchte: {record.soil_moisture} % + Feuchte: {Number(record.soil_moisture).toFixed(2)} %