We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a16dda4 + 3bd6d5d commit 0be79f9Copy full SHA for 0be79f9
services/static-webserver/client/source/class/osparc/dashboard/CardBase.js
@@ -285,7 +285,7 @@ qx.Class.define("osparc.dashboard.CardBase", {
285
if (everyoneGroups.includes(sharedGroup)) {
286
sharedGrpLabel = "Public";
287
}
288
- if (supportGroup && [supportGroup.getGroupId()].includes(sharedGroup.getGroupId())) {
+ if (supportGroup && supportGroup.getGroupId() === sharedGroup.getGroupId()) {
289
sharedGrpLabel = supportGroup.getLabel();
290
291
if (!sharedGrpLabels.includes(sharedGrpLabel)) {
0 commit comments