Skip to content

Commit d24af3e

Browse files
committed
minor
1 parent b72a602 commit d24af3e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@ qx.Class.define("osparc.study.StudyOptions", {
2323

2424
this._setLayout(new qx.ui.layout.VBox(15));
2525

26-
if (studyId) {
27-
this.setStudyId(studyId);
28-
}
26+
this.setStudyId(studyId);
2927
},
3028

3129
properties: {

0 commit comments

Comments
 (0)