Skip to content

Commit 68c4b94

Browse files
odeimaizCopilot
andauthored
Update services/static-webserver/client/source/class/osparc/data/model/User.js
Co-authored-by: Copilot <[email protected]>
1 parent cb5a5b4 commit 68c4b94

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ qx.Class.define("osparc.data.model.User", {
6565
});
6666

6767
if (userData["contact"]) {
68-
const contact = userData["contact"]
68+
const contact = userData["contact"];
6969
this.set({
7070
institution: contact["institution"] || null,
7171
address: contact["address"] || null,

0 commit comments

Comments
 (0)