Skip to content

Commit 204c384

Browse files
committed
minor
1 parent cf70bbc commit 204c384

File tree

1 file changed

+0
-2
lines changed
  • services/static-webserver/client/source/class/osparc/support

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,6 @@ qx.Class.define("osparc.support.Conversation", {
131131
__applyConversationId: function(conversationId) {
132132
this.__reloadMessages(true);
133133

134-
const supportSuggestion = this.getChildControl("support-suggestion");
135-
supportSuggestion.exclude();
136134
if (conversationId === null && osparc.store.Store.getInstance().getCurrentStudy()) {
137135
this.getChildControl("share-project-checkbox").show();
138136
}

0 commit comments

Comments
 (0)