Skip to content

Commit aff1208

Browse files
committed
minor
1 parent 4954a6e commit aff1208

File tree

2 files changed

+2
-1
lines changed
  • services/static-webserver/client/source/class/osparc

2 files changed

+2
-1
lines changed

services/static-webserver/client/source/class/osparc/data/model/User.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ qx.Class.define("osparc.data.model.User", {
145145
}
146146
description += email;
147147
}
148+
return description;
148149
}
149150
},
150151

services/static-webserver/client/source/class/osparc/store/Groups.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ qx.Class.define("osparc.store.Groups", {
102102
const description = osparc.data.model.User.userDataToDescription(myAuthData.getFirstName(), myAuthData.getLastName(), myAuthData.getEmail());
103103
groupMe.set({
104104
label: myAuthData.getUsername(),
105-
description: description,
105+
description,
106106
thumbnail: osparc.utils.Avatar.emailToThumbnail(myAuthData.getEmail(), myAuthData.getUsername()),
107107
})
108108
return orgs;

0 commit comments

Comments
 (0)