Skip to content

Commit d8b65ff

Browse files
committed
minor fix
1 parent cb9ec34 commit d8b65ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ qx.Class.define("osparc.dashboard.ResourceDetails", {
466466
if (
467467
osparc.utils.Resources.isService(resourceData) ||
468468
!osparc.product.Utils.showStudyPreview() ||
469-
!osparc.study.Utils.getUiMode(resourceData) === "workbench"
469+
!(osparc.study.Utils.getUiMode(resourceData) === "workbench")
470470
) {
471471
// there is no pipelining or don't show it
472472
return null;

0 commit comments

Comments
 (0)