Skip to content

Commit 3bd6d5d

Browse files
odeimaizCopilot
andauthored
Update services/static-webserver/client/source/class/osparc/dashboard/CardBase.js
Co-authored-by: Copilot <[email protected]>
1 parent 962f10a commit 3bd6d5d

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)