Skip to content

Commit

Permalink
Removing random text from the Chat component
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienlevert committed Jul 19, 2023
1 parent 40405ef commit 9b0027e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/mgt-chat/src/components/Chat/Chat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ export const Chat = ({ chatId }: IMgtChatProps) => {
addChatMembers={chatState.onAddChatMembers}
/>
)}
asdfasdf
<div className={styles.chatMessages}>
<MessageThread
userId={chatState.userId}
Expand Down

0 comments on commit 9b0027e

Please sign in to comment.