Skip to content

Commit b193b8d

Browse files
committed
minor
1 parent a500ec8 commit b193b8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/static-webserver/client/source/class/osparc/share/Collaborators.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ qx.Class.define("osparc.share.Collaborators", {
353353
if (
354354
(this._resourceType === "study") &&
355355
// check if I'm part of the access rights (not through an organization)
356-
(Object.keys(this._serializedDataCopy["accessRights"]).includes(myGid.toString())) &&
356+
Object.keys(this._serializedDataCopy["accessRights"]).includes(myGid.toString()) &&
357357
// check also user is not "prjOwner". Backend will silently not let the frontend remove that user.
358358
(this._serializedDataCopy["prjOwner"] !== osparc.auth.Data.getInstance().getEmail())
359359
) {

0 commit comments

Comments
 (0)