diff --git a/app/components/aggregation-filter.tsx b/app/components/aggregation-filter.tsx index 18326765..2e8ecf57 100644 --- a/app/components/aggregation-filter.tsx +++ b/app/components/aggregation-filter.tsx @@ -57,7 +57,7 @@ export function AggregationFilter() { >
diff --git a/app/components/device-detail/graph.tsx b/app/components/device-detail/graph.tsx index 114675ba..6b447401 100644 --- a/app/components/device-detail/graph.tsx +++ b/app/components/device-detail/graph.tsx @@ -534,7 +534,7 @@ export default function Graph({ >
{navigation.state === 'loading' && (
@@ -542,14 +542,14 @@ export default function Graph({
)}
-
+
-
+
{currentZoom !== null && currentZoom.xMax !== 0 && currentZoom.xMin !== 0 && ( @@ -597,7 +597,7 @@ export default function Graph({ />
-
+
{(sensors[0].data.length === 0 && sensors[1] === undefined) || (sensors[0].data.length === 0 && sensors[1].data.length === 0) ? (
There is no data for the selected time period.
diff --git a/app/root.tsx b/app/root.tsx index 85a8e691..8111f84d 100644 --- a/app/root.tsx +++ b/app/root.tsx @@ -111,13 +111,13 @@ export function App() { useChangeLanguage(data.locale) return ( - + {/* */} - +