diff --git a/client/components/ChatBot/index.js b/client/components/ChatBot/index.js index 168797d5..3daae0bd 100644 --- a/client/components/ChatBot/index.js +++ b/client/components/ChatBot/index.js @@ -259,13 +259,14 @@ const Chatbot = () => { ) : ( <> + {/* hintMessageIdx === 0 means FIRST ATTEMPT */} {hintMessageIdx == 0 && Object.keys(currentWord).length > 0 && (spentHints.length > 0 || emptyHintsList) && (