Skip to content

Commit eb4b938

Browse files
committed
minor
1 parent 07a636a commit eb4b938

File tree

1 file changed

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

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -182,10 +182,7 @@ qx.Class.define("osparc.dashboard.StudyBrowser", {
182182
return;
183183
}
184184
const workspaceId = this.getCurrentWorkspaceId();
185-
if (
186-
workspaceId === -1 || // shared workspace listing
187-
workspaceId === -2 // filtered studies listing
188-
) {
185+
if (workspaceId === -1) { // shared workspace listing
189186
return;
190187
}
191188

0 commit comments

Comments
 (0)