Skip to content

Commit 08da06c

Browse files
committed
minor
1 parent 8bee106 commit 08da06c

File tree

1 file changed

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

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -410,9 +410,8 @@ qx.Class.define("osparc.dashboard.StudyBrowser", {
410410

411411
resourcesList.forEach(study => {
412412
const state = study["state"];
413-
const projectLocked = osparc.study.Utils.state.isProjectLocked(state);
414413
const projectStatus = osparc.study.Utils.state.getProjectStatus(state);
415-
if (projectLocked && projectStatus === "CLOSING") {
414+
if (projectStatus === "CLOSING") {
416415
// websocket might have already notified that the state was closed.
417416
// But the /projects calls response got after the ws message. Ask again to make sure
418417
const delay = 2000;

0 commit comments

Comments
 (0)