remove connection check for on-site checklist which should always be available
This commit is contained in:
parent
cd02585402
commit
7654191ea6
|
|
@ -501,7 +501,7 @@ function SodioHomeInstallation(props: singleInstallationProps) {
|
|||
currentTab != 'installationTickets' &&
|
||||
currentTab != 'documents' &&
|
||||
currentTab != 'checklist' &&
|
||||
currentTab != 'onSiteChecklist' && (
|
||||
currentTab != 'onsiteChecklist' && (
|
||||
<Container
|
||||
maxWidth="xl"
|
||||
sx={{
|
||||
|
|
|
|||
Loading…
Reference in New Issue