Skip to content

Commit 409a62c

Browse files
committed
minor
1 parent dfc131a commit 409a62c

File tree

1 file changed

+5
-2
lines changed
  • services/static-webserver/client/source/class/osparc/ui/basic

1 file changed

+5
-2
lines changed

services/static-webserver/client/source/class/osparc/ui/basic/DateAndBy.js

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,12 @@ qx.Class.define("osparc.ui.basic.DateAndBy", {
9696
const atom = this.getChildControl("last-touching");
9797
const myGroupId = osparc.auth.Data.getInstance().getGroupId();
9898
if (groupId === myGroupId) {
99-
atom.setLabel("by me");
99+
atom.set({
100+
label: "by me",
101+
icon: null,
102+
})
100103
} else {
101-
atom.setLabel("by");
104+
atom.setLabel("by ");
102105
osparc.dashboard.CardBase.addHintFromGids(atom, [groupId]);
103106
}
104107
}

0 commit comments

Comments
 (0)