Skip to content

Commit

Permalink
fix: refactoring code of messageInput chatlist chatbubble
Browse files Browse the repository at this point in the history
  • Loading branch information
mishramonalisha76 committed Sep 19, 2023
1 parent 4467bb1 commit a15a570
Show file tree
Hide file tree
Showing 15 changed files with 625 additions and 1,006 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const ChatViewComponentTest = () => {
<div>
<h2>Chat UI Test page</h2>
<ChatViewComponentCard>
<ChatViewComponent onClick={() => console.log("BOIIII RETURNNNSSSSS")} chatId='b8e068e02fe12d7136bc2f24408835573f30c6fbf0b65ea26ab4c7055a2c85f1' limit={10} isConnected={true} />
<ChatViewComponent onGetTokenClick={() => console.log("BOIIII RETURNNNSSSSS")} chatId='b8e068e02fe12d7136bc2f24408835573f30c6fbf0b65ea26ab4c7055a2c85f1' limit={10} isConnected={true} />
</ChatViewComponentCard>
</div>
);
Expand Down
Loading

0 comments on commit a15a570

Please sign in to comment.