From 7654191ea6af316b1ef8b676f8a9e8041cb96bbb Mon Sep 17 00:00:00 2001 From: Yinyin Liu Date: Tue, 16 Jun 2026 12:05:05 +0200 Subject: [PATCH] remove connection check for on-site checklist which should always be available --- .../content/dashboards/SodiohomeInstallations/Installation.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typescript/frontend-marios2/src/content/dashboards/SodiohomeInstallations/Installation.tsx b/typescript/frontend-marios2/src/content/dashboards/SodiohomeInstallations/Installation.tsx index 73705dfcd..d812de30c 100644 --- a/typescript/frontend-marios2/src/content/dashboards/SodiohomeInstallations/Installation.tsx +++ b/typescript/frontend-marios2/src/content/dashboards/SodiohomeInstallations/Installation.tsx @@ -501,7 +501,7 @@ function SodioHomeInstallation(props: singleInstallationProps) { currentTab != 'installationTickets' && currentTab != 'documents' && currentTab != 'checklist' && - currentTab != 'onSiteChecklist' && ( + currentTab != 'onsiteChecklist' && (