Skip to content

Commit 9e66a55

Browse files
committed
Merge branch 'enh/support-center-feedback' of github.com:odeimaiz/osparc-simcore into enh/support-center-feedback
2 parents 4a5c1fd + db06096 commit 9e66a55

File tree

1 file changed

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

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,7 @@ qx.Class.define("osparc.support.Conversation", {
155155
// make these checks first, setConversation will reload messages
156156
if (
157157
this.__messages.length === 1 &&
158-
this.__messages[0]["systemMessageType"] &&
159-
osparc.support.Conversation.SYSTEM_MESSAGE_TYPE.BOOK_A_CALL
158+
this.__messages[0]["systemMessageType"] === osparc.support.Conversation.SYSTEM_MESSAGE_TYPE.BOOK_A_CALL
160159
) {
161160
isBookACall = true;
162161
}

0 commit comments

Comments
 (0)