Skip to content

Commit 01f67f6

Browse files
committed
existsBuild
1 parent 5c179c4 commit 01f67f6

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

services/static-webserver/client/source/class/osparc/navigation/UserMenu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ qx.Class.define("osparc.navigation.UserMenu", {
182182
this.getChildControl("market");
183183
}
184184

185-
if (osparc.utils.Utils.isDevelopmentPlatform()) {
185+
if (osparc.utils.Utils.isDevelopmentPlatform() && osparc.wrapper.RocketPreview.existsBuild()) {
186186
this.getChildControl("rocket-preview");
187187
}
188188

0 commit comments

Comments
 (0)