diff --git a/src/pages/Patient/AppointmentChatbotPage/components/Chatbot/index.js b/src/pages/Patient/AppointmentChatbotPage/components/Chatbot/index.js index b520de0..583a7de 100644 --- a/src/pages/Patient/AppointmentChatbotPage/components/Chatbot/index.js +++ b/src/pages/Patient/AppointmentChatbotPage/components/Chatbot/index.js @@ -9,6 +9,7 @@ const Chatbot = () => { const [directLine, setDirectLine] = useState(null); const user = getLocalUser(); const styleOptions = { + showAvatarInGroup: false, botAvatarImage: require('img/bot.png'), botAvatarInitials: 'BF', userAvatarImage: require('img/user.png'),