From 5a6adbc4ec8d8f6cdf6be03bf3d083dd992a4376 Mon Sep 17 00:00:00 2001 From: Yinyin Liu Date: Mon, 17 Nov 2025 14:00:16 +0100 Subject: [PATCH] fixed Sodisstore Home Live View as default tab in frontend --- .../dashboards/SodiohomeInstallations/FlatInstallationView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typescript/frontend-marios2/src/content/dashboards/SodiohomeInstallations/FlatInstallationView.tsx b/typescript/frontend-marios2/src/content/dashboards/SodiohomeInstallations/FlatInstallationView.tsx index 72b6e1a67..a8563ee3c 100644 --- a/typescript/frontend-marios2/src/content/dashboards/SodiohomeInstallations/FlatInstallationView.tsx +++ b/typescript/frontend-marios2/src/content/dashboards/SodiohomeInstallations/FlatInstallationView.tsx @@ -55,7 +55,7 @@ const FlatInstallationView = (props: FlatInstallationViewProps) => { routes.installation + `${installationID}` + '/' + - routes.batteryview, + routes.live, { replace: true }