Skip to content

Commit

Permalink
done ✅
Browse files Browse the repository at this point in the history
  • Loading branch information
codercake committed Jun 20, 2024
1 parent fae4ea3 commit 369019a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/ChatBot/chatbot.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 369019a

Please sign in to comment.