Skip to content

Commit 25a96a3

Browse files
authored
Merge branch 'master' into dependabot/github_actions/codecov/codecov-action-4.6.0
2 parents 572df28 + 515278a commit 25a96a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

services/static-webserver/client/source/class/osparc/po/PreRegistration.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ qx.Class.define("osparc.po.PreRegistration", {
2828
this._add(control);
2929
break;
3030
case "finding-status":
31-
control = new qx.ui.basic.Label();
32-
this._add(control, {
31+
control = new qx.ui.basic.Label().set({
3332
rich: true
3433
});
34+
this._add(control);
3535
break;
3636
case "pre-registration-container":
3737
control = new qx.ui.container.Scroll();

0 commit comments

Comments
 (0)