Skip to content

Commit 51db084

Browse files
committed
minor
1 parent fa85c6b commit 51db084

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ qx.Class.define("osparc.support.ConversationPage", {
154154
const conversationContent = this.getChildControl("conversation-content");
155155
conversationContent.clearAllMessages();
156156
let msg = "Hi " + osparc.auth.Data.getInstance().getUserName() + ",";
157-
switch(type) {
157+
switch (type) {
158158
case "askAQuestion":
159159
title.setValue(this.tr("Ask a Question"));
160160
msg += "\nHave a question or feedback?\nWe are happy to assist!";

0 commit comments

Comments
 (0)