We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8368a8 commit 54ad3adCopy full SHA for 54ad3ad
services/static-webserver/client/source/class/osparc/product/Utils.js
@@ -323,8 +323,7 @@ qx.Class.define("osparc.product.Utils", {
323
},
324
325
hasNewPlusButton: function() {
326
- const newStudiesData = osparc.store.Products.getInstance().getPlusButtonUiConfig();
327
- return Boolean(newStudiesData);
+ return Boolean(osparc.store.Products.getInstance().getPlusButtonUiConfig());
328
329
}
330
});
0 commit comments