From 369019a97add78010cac366dec5802cb88d02457 Mon Sep 17 00:00:00 2001 From: codercake Date: Thu, 20 Jun 2024 20:46:12 +0530 Subject: [PATCH] =?UTF-8?q?done=20=E2=9C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ChatBot/chatbot.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/ChatBot/chatbot.jsx b/src/components/ChatBot/chatbot.jsx index 4fa879b..7d742ee 100644 --- a/src/components/ChatBot/chatbot.jsx +++ b/src/components/ChatBot/chatbot.jsx @@ -136,7 +136,6 @@ class MyChatbot extends Component { headerTitle="75Bot" steps={steps} floating={true} - opened={true} opened={this.state.opened} toggleFloating={() => this.toggleChatbot()} // Hook up toggle method openedByDefault={true}