Skip to content

Commit 7d20373

Browse files
committed
minor
1 parent 110f767 commit 7d20373

File tree

1 file changed

+4
-2
lines changed
  • services/static-webserver/client/source/class/osparc/desktop/credits

1 file changed

+4
-2
lines changed

services/static-webserver/client/source/class/osparc/desktop/credits/BillingCenter.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,10 @@ qx.Class.define("osparc.desktop.credits.BillingCenter", {
3232

3333
if (osparc.data.Permissions.getInstance().canDo("usage.all.read")) {
3434
this.__usagePage = this.__addUsagePage();
35-
this.__rentalsPage = this.__addRentalsPage();
35+
}
36+
37+
if (osparc.product.Utils.showS4LStore()) {
38+
this.__addRentalsPage();
3639
}
3740
},
3841

@@ -60,7 +63,6 @@ qx.Class.define("osparc.desktop.credits.BillingCenter", {
6063
__paymentMethodsPage: null,
6164
__transactionsPage: null,
6265
__usagePage: null,
63-
__rentalsPage: null,
6466
__paymentMethods: null,
6567
__transactionsTable: null,
6668

0 commit comments

Comments
 (0)