Skip to content

Commit a003436

Browse files
committed
isDevelopmentPlatform
1 parent 4ce295d commit a003436

File tree

1 file changed

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

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ qx.Class.define("osparc.po.POCenter", {
2727
this.addWidgetToTabs(miniProfile);
2828

2929
this.__addActiveUsersPage();
30-
this.__addPendingUsersPage();
30+
if (osparc.utils.Utils.isDevelopmentPlatform()) {
31+
this.__addPendingUsersPage();
32+
}
3133
this.__addPreRegistrationPage();
3234
this.__addInvitationsPage();
3335
this.__addProductPage();

0 commit comments

Comments
 (0)