Skip to content

Commit

Permalink
Update src/pages/orders/components/ChatMessages/ChatMessages.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Matin shafiei <[email protected]>
  • Loading branch information
usman-deriv and matin-deriv authored Aug 2, 2024
1 parent 207efae commit 364039d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/orders/components/ChatMessages/ChatMessages.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ const ChatMessages = ({ chatChannel, chatMessages = [], userId = '' }: TChatMess
'chat-messages__item',
`chat-messages__item__${isMyMessage ? 'outgoing' : 'incoming'}`
)}
data-testid={`dt_chat-messages__item__${isMyMessage ? 'outgoing' : 'incoming'}`}
data-testid={`dt_chat_messages_item_${isMyMessage ? 'outgoing' : 'incoming'}`}
>
{messageType === CHAT_MESSAGE_TYPE.USER && (
<ChatMessageText color={messageColor} type={customType}>
Expand Down

0 comments on commit 364039d

Please sign in to comment.