#149: Properly fixed app sdk loop issues

This commit is contained in:
frikky
2020-09-16 20:52:11 +02:00
parent 6ec4fed722
commit 206ab2decb
6 changed files with 121 additions and 74 deletions
+1 -1
View File
@@ -195,7 +195,7 @@ const Header = props => {
</Button>
</Link>
</ListItem>
{userdata === undefined || userdata.orgs.length <= 1 ? null :
{userdata === undefined || userdata.orgs === undefined || userdata.orgs === null || userdata.orgs.length <= 1 ? null :
<ListItem>
<Select
SelectDisplayProps={{