Skip to content

Commit 717bd2c

Browse files
committed
minor
1 parent e8a93e1 commit 717bd2c

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

services/static-webserver/client/source/class/osparc/study/Utils.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -407,12 +407,12 @@ qx.Class.define("osparc.study.Utils", {
407407
return "UNKNOWN_SERVICES";
408408
}
409409
}
410-
if (this.isInDebt(studyData)) {
411-
return "IN_DEBT";
412-
}
413410
if (studyData["state"] && studyData["state"]["locked"] && studyData["state"]["locked"]["value"]) {
414411
return "IN_USE";
415412
}
413+
if (this.isInDebt(studyData)) {
414+
return "IN_DEBT";
415+
}
416416
return false;
417417
},
418418

0 commit comments

Comments
 (0)