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 != 'installationTickets' &&
|
||||||
currentTab != 'documents' &&
|
currentTab != 'documents' &&
|
||||||
currentTab != 'checklist' &&
|
currentTab != 'checklist' &&
|
||||||
currentTab != 'onSiteChecklist' && (
|
currentTab != 'onsiteChecklist' && (
|
||||||
<Container
|
<Container
|
||||||
maxWidth="xl"
|
maxWidth="xl"
|
||||||
sx={{
|
sx={{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue