Skip to content

Commit 8a84295

Browse files
committed
comment
1 parent b9221d8 commit 8a84295

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
@@ -674,7 +674,7 @@ qx.Class.define("osparc.dashboard.CardBase", {
674674
__showBlockedCardFromStatus: function(lockedStatus) {
675675
const status = lockedStatus["status"];
676676
const owner = lockedStatus["owner"];
677-
let toolTip = osparc.utils.Utils.firstsUp(owner["first_name"] || this.tr("A user"), owner["last_name"] || "");
677+
let toolTip = osparc.utils.Utils.firstsUp(owner["first_name"] || this.tr("A user"), owner["last_name"] || ""); // it will be replaced by "userName"
678678
let image = null;
679679
switch (status) {
680680
case "CLOSING":

0 commit comments

Comments
 (0)