Skip to content

Commit f074e42

Browse files
pcrespovmrnicegyu11
authored andcommitted
🐛 Front-end: fixes PO center widget (ITISFoundation#6496)
1 parent f4dc38b commit f074e42

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)