Skip to content

Commit

Permalink
Fix chat re-rendering issue in marketplace assistant UI
Browse files Browse the repository at this point in the history
  • Loading branch information
ashera96 committed Mar 24, 2024
1 parent 7cf2ea5 commit e8cf81f
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 e8cf81f

Please sign in to comment.