File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
services/static-webserver/client/source/class/osparc Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -145,6 +145,7 @@ qx.Class.define("osparc.data.model.User", {
145145 }
146146 description += email ;
147147 }
148+ return description ;
148149 }
149150 } ,
150151
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments