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}