Skip to content

Commit e7ff09f

Browse files
committed
cleanup
1 parent 5b795a1 commit e7ff09f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

services/static-webserver/client/source/class/osparc/support/SupportCenter.js

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,9 @@ qx.Class.define("osparc.support.SupportCenter", {
3737

3838
this.getChildControl("conversations-intro-text");
3939
this.getChildControl("conversations-list");
40-
// OM uncomment this
41-
// if (!osparc.store.Products.getInstance().amIASupportUser()) {
42-
this.getChildControl("ask-a-question-button")
43-
// }
40+
if (!osparc.store.Products.getInstance().amIASupportUser()) {
41+
this.getChildControl("ask-a-question-button");
42+
}
4443
},
4544

4645
statics: {

0 commit comments

Comments
 (0)