Skip to content

Commit 8b43586

Browse files
committed
minor
1 parent 1ad88c2 commit 8b43586

File tree

1 file changed

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

1 file changed

+3
-1
lines changed

services/static-webserver/client/source/class/osparc/dashboard/NewPlusMenu.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,9 @@ qx.Class.define("osparc.dashboard.NewPlusMenu", {
161161
__addItems: function() {
162162
this.__addUIConfigItems();
163163
if (osparc.store.StaticInfo.getInstance().isDevFeaturesEnabled()) {
164-
this.__addHypertools();
164+
if (osparc.product.Utils.isS4LProduct()) {
165+
this.__addHypertools();
166+
}
165167
this.__addOtherTabsAccess();
166168
}
167169
this.getChildControl("new-folder");

0 commit comments

Comments
 (0)