Skip to content

Commit eb97b83

Browse files
committed
minor
1 parent c6c1946 commit eb97b83

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

services/static-webserver/client/source/class/osparc/jobs/JobsButton.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ qx.Class.define("osparc.jobs.JobsButton", {
7272
},
7373

7474
__updateJobsButton: function() {
75-
this._createChildControlImpl("icon");
75+
this.getChildControl("icon");
7676
const number = this.getChildControl("number");
7777

7878
const jobsStore = osparc.store.Jobs.getInstance();

0 commit comments

Comments
 (0)