Skip to content

Commit 0be79f9

Browse files
committed
Merge branch 'enh/all-users-get-support-group' of github.com:odeimaiz/osparc-simcore into enh/all-users-get-support-group
2 parents a16dda4 + 3bd6d5d commit 0be79f9

File tree

1 file changed

+1
-1
lines changed
  • services/static-webserver/client/source/class/osparc/dashboard

1 file changed

+1
-1
lines changed

services/static-webserver/client/source/class/osparc/dashboard/CardBase.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ qx.Class.define("osparc.dashboard.CardBase", {
285285
if (everyoneGroups.includes(sharedGroup)) {
286286
sharedGrpLabel = "Public";
287287
}
288-
if (supportGroup && [supportGroup.getGroupId()].includes(sharedGroup.getGroupId())) {
288+
if (supportGroup && supportGroup.getGroupId() === sharedGroup.getGroupId()) {
289289
sharedGrpLabel = supportGroup.getLabel();
290290
}
291291
if (!sharedGrpLabels.includes(sharedGrpLabel)) {

0 commit comments

Comments
 (0)