Skip to content

Commit

Permalink
Merge pull request #632 from ashera96/api-chat-new
Browse files Browse the repository at this point in the history
Fix chat re-rendering issue in marketplace assistant UI
  • Loading branch information
ashera96 authored Mar 24, 2024
2 parents 7cf2ea5 + e8cf81f commit 682d0f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ function AISearchAssistant() {
const messagesJSON = localStorage.getItem('messages');
const loadedMessages = JSON.parse(messagesJSON);
setMessages(loadedMessages);
});
}, []);

const toggleChatbot = () => {
setShowChatbot(!showChatbot);
Expand Down

0 comments on commit 682d0f0

Please sign in to comment.