Skip to content

Commit b2ec8ef

Browse files
committed
minor
1 parent 7602c9c commit b2ec8ef

File tree

1 file changed

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

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,9 @@ qx.Class.define("osparc.desktop.account.ProfilePage", {
5656
PHONE: 4,
5757
},
5858
},
59-
},
6059

61-
statics: {
6260
createSectionBox: function(title) {
63-
const box = osparc.ui.window.TabbedView.createSectionBox(this.tr(title)).set({
61+
const box = osparc.ui.window.TabbedView.createSectionBox(title).set({
6462
alignX: "left",
6563
maxWidth: 500
6664
});

0 commit comments

Comments
 (0)