Skip to content

Commit db06096

Browse files
odeimaizCopilot
andauthored
Update services/static-webserver/client/source/class/osparc/support/Conversation.js
Co-authored-by: Copilot <[email protected]>
1 parent f30f76a commit db06096

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)