Skip to content

Commit d63516b

Browse files
committed
minor
1 parent 1e0eaff commit d63516b

File tree

1 file changed

+3
-0
lines changed
  • services/static-webserver/client/source/class/osparc/desktop/account

1 file changed

+3
-0
lines changed

services/static-webserver/client/source/class/osparc/desktop/account/ProfilePage.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ qx.Class.define("osparc.desktop.account.ProfilePage", {
3131

3232
this._setLayout(new qx.ui.layout.VBox(15));
3333

34+
this.__userProfileData = {};
35+
this.__userPrivacyData = {};
36+
3437
this.__fetchProfile();
3538

3639
this._add(this.__createProfileUser());

0 commit comments

Comments
 (0)