Skip to content

Commit 462cf96

Browse files
committed
minor
1 parent aff1208 commit 462cf96

File tree

1 file changed

+0
-4
lines changed
  • services/static-webserver/client/source/class/osparc/store

1 file changed

+0
-4
lines changed

services/static-webserver/client/source/class/osparc/store/Groups.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -184,10 +184,6 @@ qx.Class.define("osparc.store.Groups", {
184184
this.getMyGroupId(),
185185
...this.getOrganizationIds().map(gId => parseInt(gId))
186186
];
187-
const supportGroup = this.getSupportGroup();
188-
if (supportGroup && !allMyGroupIds.includes(supportGroup.getGroupId())) {
189-
allMyGroupIds.push(supportGroup.getGroupId());
190-
}
191187
if (this.getEveryoneGroup()) {
192188
allMyGroupIds.push(this.getEveryoneGroup().getGroupId());
193189
}

0 commit comments

Comments
 (0)