diff --git a/src/components/ChatBot/chatbot.jsx b/src/components/ChatBot/chatbot.jsx index 7e61a6c..4fa879b 100644 --- a/src/components/ChatBot/chatbot.jsx +++ b/src/components/ChatBot/chatbot.jsx @@ -136,7 +136,7 @@ class MyChatbot extends Component { headerTitle="75Bot" steps={steps} floating={true} - opened={false} + opened={true} opened={this.state.opened} toggleFloating={() => this.toggleChatbot()} // Hook up toggle method openedByDefault={true}