We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb5a5b4 commit 68c4b94Copy full SHA for 68c4b94
services/static-webserver/client/source/class/osparc/data/model/User.js
@@ -65,7 +65,7 @@ qx.Class.define("osparc.data.model.User", {
65
});
66
67
if (userData["contact"]) {
68
- const contact = userData["contact"]
+ const contact = userData["contact"];
69
this.set({
70
institution: contact["institution"] || null,
71
address: contact["address"] || null,
0 commit comments