Skip to content

Commit 0b04aa0

Browse files
authored
Minors/09 02 (ITISFoundation#3312)
1 parent 1522708 commit 0b04aa0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

services/web/client/source/class/osparc/dashboard/StudyBrowser.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,6 @@ qx.Class.define("osparc.dashboard.StudyBrowser", {
144144
},
145145

146146
__replaceNewStudyWithNewPlanButton: function(mode = "grid") {
147-
if (!osparc.data.Permissions.getInstance().isTester()) {
148-
this._resourcesContainer.remove(this.__newStudyBtn);
149-
}
150147
osparc.data.Resources.get("templates")
151148
.then(templates => {
152149
// replace if a "TI Planning Tool" template exists

0 commit comments

Comments
 (0)