remove connection check for on-site checklist which should always be available

This commit is contained in:
Yinyin Liu 2026-06-16 12:05:05 +02:00
parent cd02585402
commit 7654191ea6
1 changed files with 1 additions and 1 deletions

View File

@ -501,7 +501,7 @@ function SodioHomeInstallation(props: singleInstallationProps) {
currentTab != 'installationTickets' &&
currentTab != 'documents' &&
currentTab != 'checklist' &&
currentTab != 'onSiteChecklist' && (
currentTab != 'onsiteChecklist' && (
<Container
maxWidth="xl"
sx={{